Searched refs:tmpname (Results 1 – 1 of 1) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/tools/ |
A D | pngcp.c | 2225 char *tmpname, tmpbuf[(sizeof dp->namebuf) + 4]; in cp_one_file() local 2237 tmpname = tmpbuf; in cp_one_file() 2241 tmpname = NULL; /* stdout */ in cp_one_file() 2246 write_png(dp, tmpname); in cp_one_file() 2256 if (destname != NULL && rename(tmpname, destname) != 0) in cp_one_file() 2257 display_log(dp, APP_ERROR, "rename %s %s failed (%s)", tmpname, in cp_one_file() 2264 else if (tmpname != NULL && unlink(tmpname) != 0) in cp_one_file() 2265 display_log(dp, APP_WARNING, "unlink %s failed (%s)", tmpname, in cp_one_file()
|
Completed in 7 milliseconds