| /external/rust/crates/tokio/tests/ |
| D | fs_file.rs | 14 let mut tempfile = tempfile(); in basic_read() localVariable 28 let tempfile = tempfile(); in basic_write() localVariable 41 let tempfile = tempfile(); in basic_write_and_shutdown() localVariable 54 let tempfile = tempfile(); in rewind_seek_position() localVariable 67 let mut tempfile = tempfile(); in coop() localVariable 92 let tempfile = tempfile(); in write_to_clone() localVariable 106 let tempfile = tempfile(); in write_into_std() localVariable 119 let tempfile = tempfile(); in write_into_std_immediate() localVariable 132 let mut tempfile = tempfile(); in read_file_from_std() localVariable 144 fn tempfile() -> NamedTempFile { in tempfile() function [all …]
|
| D | fs_open_options.rs | 13 let mut tempfile = NamedTempFile::new().unwrap(); in open_with_open_options_and_read() localVariable
|
| /external/rust/crates/nix/test/sys/ |
| D | test_fanotify.rs | 26 let tempfile = tempdir.path().join("test"); in test_fanotify_notifications() localVariable 89 let tempfile = tempdir.path().join("test"); in test_fanotify_responses() localVariable 106 let tempfile = tempfile.clone(); in test_fanotify_responses() localVariable
|
| /external/rust/crates/tempfile/ |
| D | README.md | 1 tempfile chapter
|
| /external/rust/crates/vmm-sys-util/src/ |
| D | lib.rs | 25 pub mod tempfile; module
|
| /external/libcups/cgi-bin/ |
| D | cgi.h | 45 char tempfile[1024], /* Temporary file containing data */ member
|
| D | admin.c | 1532 char tempfile[1024]; /* Temporary new cupsd.conf */ in do_config_server() local 2627 char tempfile[1024]; /* Temporary filename */ in do_set_options() local
|
| /external/toybox/toys/other/ |
| D | dos2unix.c | 31 char *tempfile; in GLOBALS()
|
| /external/ltp/testcases/kernel/fs/stream/ |
| D | stream05.c | 52 char tempfile[40] = ""; variable
|
| /external/ltp/testcases/kernel/syscalls/open/ |
| D | open09.c | 38 static char tempfile[40] = ""; variable
|
| /external/flac/src/test_libFLAC++/ |
| D | metadata_manip.cpp | 202 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/flac/src/test_libFLAC/ |
| D | metadata_manip.c | 187 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/libgav1/tests/fuzzer/ |
| D | decoder_fuzzer.cc | 73 FuzzerTemporaryFile tempfile(data, size); in LLVMFuzzerTestOneInput() local
|
| D | obu_parser_fuzzer.cc | 80 FuzzerTemporaryFile tempfile(data, size); in LLVMFuzzerTestOneInput() local
|
| D | decoder_fuzzer_frame_parallel.cc | 83 FuzzerTemporaryFile tempfile(data, size); in LLVMFuzzerTestOneInput() local
|
| /external/ltp/testcases/kernel/syscalls/fsync/ |
| D | fsync02.c | 26 char tempfile[40] = ""; variable
|
| /external/autotest/client/common_lib/ |
| D | autotemp.py | 21 class tempfile(object): class
|
| /external/flac/src/libFLAC/ |
| D | metadata_iterators.c | 1459 FILE *f, *tempfile = NULL; in chain_rewrite_file_() local 3061 FILE *tempfile = NULL; in rewrite_whole_file_() local 3190 …_iterator_copy_file_prefix_(FLAC__Metadata_SimpleIterator *iterator, FILE **tempfile, char **tempf… in simple_iterator_copy_file_prefix_() 3210 …iterator_copy_file_postfix_(FLAC__Metadata_SimpleIterator *iterator, FILE **tempfile, char **tempf… in simple_iterator_copy_file_postfix_() 3289 FLAC__bool copy_n_bytes_from_file_(FILE *file, FILE *tempfile, FLAC__off_t bytes, FLAC__Metadata_Si… in copy_n_bytes_from_file_() 3333 FLAC__bool copy_remaining_bytes_from_file_(FILE *file, FILE *tempfile, FLAC__Metadata_SimpleIterato… in copy_remaining_bytes_from_file_() 3400 FLAC__bool open_tempfile_(const char *filename, const char *tempfile_path_prefix, FILE **tempfile, … in open_tempfile_() 3436 FLAC__bool transport_tempfile_(const char *filename, FILE **tempfile, char **tempfilename, FLAC__Me… in transport_tempfile_() 3469 void cleanup_tempfile_(FILE **tempfile, char **tempfilename) in cleanup_tempfile_()
|
| /external/rust/crates/tempfile/src/ |
| D | lib.rs | 421 pub fn tempfile(&self) -> io::Result<NamedTempFile> { in tempfile() method
|
| /external/libcups/cups/ |
| D | dest-localization.c | 338 tempfile[1024]; /* Temporary filename */ in cups_create_localizations() local
|
| D | ppd-util.c | 140 char tempfile[1024] = ""; /* Temporary filename */ in cupsGetPPD3() local
|
| D | adminutil.c | 425 char tempfile[1024]; /* Temporary new cupsd.conf */ in cupsAdminSetServerSettings() local
|
| /external/python/cpython3/Doc/whatsnew/ |
| D | 3.2.rst | 1868 tempfile section in New, Improved, and Deprecated Modules
|
| /external/libcups/systemv/ |
| D | lpadmin.c | 1233 tempfile[1024]; /* Temporary filename */ in set_printer_options() local
|
| /external/libcups/tools/ |
| D | ippeveps.c | 781 char tempfile[1024]; /* Temporary file */ in pdf_to_ps() local
|