Home
last modified time | relevance | path

Searched refs:tmpfile_name (Results 1 – 1 of 1) sorted by relevance

/external/libpng/contrib/libtests/
Dpngstest.c587 char tmpfile_name[32]; member
642 if (image->tmpfile_name[0] != 0 && (image->opts & KEEP_TMPFILES) == 0) in freeimage()
644 (void)remove(image->tmpfile_name); in freeimage()
645 image->tmpfile_name[0] = 0; in freeimage()
3211 initimage(output, image->opts, output->tmpfile_name, in write_one_file()
3214 strcpy(output->tmpfile_name, name); in write_one_file()
3292 return logerror(output, output->tmpfile_name, in write_one_file()
3315 image->tmpfile_name[0] = 0; in testimage()