Searched refs:tmpfile_name (Results 1 – 2 of 2) sorted by relevance
291 tmpfile_name = tempfile.mktemp(".printv2_test")294 output_stream="file://"+tmpfile_name)298 output_stream="file://"+tmpfile_name)301 f = open(tmpfile_name, "r")309 os.remove(tmpfile_name)
586 char tmpfile_name[32]; member641 if (image->tmpfile_name[0] != 0 && (image->opts & KEEP_TMPFILES) == 0) in freeimage()643 (void)remove(image->tmpfile_name); in freeimage()644 image->tmpfile_name[0] = 0; in freeimage()3221 initimage(output, image->opts, output->tmpfile_name, in write_one_file()3224 strcpy(output->tmpfile_name, name); in write_one_file()3302 return logerror(output, output->tmpfile_name, in write_one_file()3325 image->tmpfile_name[0] = 0; in testimage()