Home
last modified time | relevance | path

Searched defs:tempfile (Results 1 – 25 of 30) sorted by relevance

12

/external/rust/crates/tokio/tests/
Dfs_file.rs15 let mut tempfile = tempfile(); in basic_read() localVariable
29 let tempfile = tempfile(); in basic_write() localVariable
42 let tempfile = tempfile(); in basic_write_and_shutdown() localVariable
55 let mut tempfile = tempfile(); in coop() localVariable
78 fn tempfile() -> NamedTempFile { in tempfile() function
86 let tempfile = tempfile(); in unix_fd() localVariable
96 let tempfile = tempfile(); in windows_handle() localVariable
/external/libcups/cgi-bin/
Dcgi.h45 char tempfile[1024], /* Temporary file containing data */ member
Dadmin.c1528 char tempfile[1024]; /* Temporary new cupsd.conf */ in do_config_server() local
2623 char tempfile[1024]; /* Temporary filename */ in do_set_options() local
/external/toybox/toys/other/
Ddos2unix.c31 char *tempfile; in GLOBALS()
/external/ltp/testcases/kernel/fs/stream/
Dstream05.c52 char tempfile[40] = ""; variable
/external/flac/src/test_libFLAC/
Dmetadata_manip.c187 static FLAC__bool open_tempfile_(const char *filename, FILE **tempfile, char **tempfilename) in open_tempfile_()
205 static void cleanup_tempfile_(FILE **tempfile, char **tempfilename) in cleanup_tempfile_()
219 static FLAC__bool transport_tempfile_(const char *filename, FILE **tempfile, char **tempfilename) in transport_tempfile_()
325 FILE *file, *tempfile = 0; in write_chain_() local
/external/flac/src/test_libFLAC++/
Dmetadata_manip.cpp202 bool open_tempfile_(const char *filename, FILE **tempfile, char **tempfilename) in open_tempfile_()
219 void cleanup_tempfile_(FILE **tempfile, char **tempfilename) in cleanup_tempfile_()
233 bool transport_tempfile_(const char *filename, FILE **tempfile, char **tempfilename) in transport_tempfile_()
339 FILE *file, *tempfile; in write_chain_() local
/external/ltp/testcases/kernel/syscalls/open/
Dopen09.c38 static char tempfile[40] = ""; variable
/external/libgav1/libgav1/tests/fuzzer/
Ddecoder_fuzzer.cc73 FuzzerTemporaryFile tempfile(data, size); in LLVMFuzzerTestOneInput() local
Dobu_parser_fuzzer.cc75 FuzzerTemporaryFile tempfile(data, size); in LLVMFuzzerTestOneInput() local
Ddecoder_fuzzer_frame_parallel.cc83 FuzzerTemporaryFile tempfile(data, size); in LLVMFuzzerTestOneInput() local
/external/crosvm/tempfile/src/
Dlib.rs93 pub fn tempfile(&self) -> Result<NamedTempFile> { in tempfile() method
215 pub fn tempfile() -> Result<File> { in tempfile() function
/external/ltp/testcases/kernel/syscalls/fsync/
Dfsync02.c69 char tempfile[40] = ""; variable
/external/autotest/client/common_lib/
Dautotemp.py21 class tempfile(object): class
/external/flac/src/libFLAC/
Dmetadata_iterators.c1405 FILE *f, *tempfile = NULL; in chain_rewrite_file_() local
2994 FILE *tempfile = NULL; in rewrite_whole_file_() local
3123 …_iterator_copy_file_prefix_(FLAC__Metadata_SimpleIterator *iterator, FILE **tempfile, char **tempf… in simple_iterator_copy_file_prefix_()
3143 …iterator_copy_file_postfix_(FLAC__Metadata_SimpleIterator *iterator, FILE **tempfile, char **tempf… in simple_iterator_copy_file_postfix_()
3222 FLAC__bool copy_n_bytes_from_file_(FILE *file, FILE *tempfile, FLAC__off_t bytes, FLAC__Metadata_Si… in copy_n_bytes_from_file_()
3266 FLAC__bool copy_remaining_bytes_from_file_(FILE *file, FILE *tempfile, FLAC__Metadata_SimpleIterato… in copy_remaining_bytes_from_file_()
3333 FLAC__bool open_tempfile_(const char *filename, const char *tempfile_path_prefix, FILE **tempfile, … in open_tempfile_()
3369 FLAC__bool transport_tempfile_(const char *filename, FILE **tempfile, char **tempfilename, FLAC__Me… in transport_tempfile_()
3402 void cleanup_tempfile_(FILE **tempfile, char **tempfilename) in cleanup_tempfile_()
/external/libcups/cups/
Ddest-localization.c338 tempfile[1024]; /* Temporary filename */ in cups_create_localizations() local
Dppd-util.c140 char tempfile[1024] = ""; /* Temporary filename */ in cupsGetPPD3() local
Dadminutil.c425 char tempfile[1024]; /* Temporary new cupsd.conf */ in cupsAdminSetServerSettings() local
Dtestclient.c763 char tempfile[1024] = ""; /* Temporary file (if any) */ in run_client() local
Dcups-private.h164 char tempfile[1024]; /* cupsTempFd/File buffer */ member
/external/python/cpython3/Doc/whatsnew/
D3.2.rst1866 tempfile section in New, Improved, and Deprecated Modules
D3.3.rst2017 tempfile section in Improved Modules
/external/libcups/tools/
Dippeveps.c781 char tempfile[1024]; /* Temporary file */ in pdf_to_ps() local
/external/libcups/systemv/
Dlpadmin.c1339 tempfile[1024]; /* Temporary filename */ in set_printer_options() local
/external/google-breakpad/src/client/linux/minidump_writer/
Dminidump_writer_unittest.cc437 string tempfile = temp_dir.path() + "/minidump-writer-unittest-temp"; in TEST() local

12