Home
last modified time | relevance | path

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

/external/libpng/contrib/libtests/
Dpngstest.c561 char tmpfile_name[32]; member
616 if (image->tmpfile_name[0] != 0 && (image->opts & KEEP_TMPFILES) == 0) in freeimage()
618 remove(image->tmpfile_name); in freeimage()
619 image->tmpfile_name[0] = 0; in freeimage()
3276 initimage(output, image->opts, output->tmpfile_name, in write_one_file()
3279 strcpy(output->tmpfile_name, name); in write_one_file()
3312 return logerror(output, output->tmpfile_name, in write_one_file()
3335 image->tmpfile_name[0] = 0; in testimage()