/aosp_15_r20/external/rust/android-crates-io/crates/tokio/tests/ |
D | fs_file.rs | 15 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 tempfile = tempfile(); in write_vectored() localVariable 72 let tempfile = tempfile(); in write_vectored_and_shutdown() localVariable 89 let tempfile = tempfile(); in rewind_seek_position() localVariable 102 let mut tempfile = tempfile(); in coop() localVariable 127 let tempfile = tempfile(); in write_to_clone() localVariable 141 let tempfile = tempfile(); in write_into_std() localVariable 154 let tempfile = tempfile(); in write_into_std_immediate() localVariable [all …]
|
D | fs_open_options.rs | 13 let mut tempfile = NamedTempFile::new().unwrap(); in open_with_open_options_and_read() localVariable
|
/aosp_15_r20/external/rust/android-crates-io/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
|
/aosp_15_r20/external/vboot_reference/futility/ |
H A D | updater_utils.h | 32 struct tempfile { struct 34 struct tempfile *next; argument
|
/aosp_15_r20/external/flac/src/test_libFLAC++/ |
H A 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
|
/aosp_15_r20/external/flac/src/test_libFLAC/ |
H A 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
|
/aosp_15_r20/external/pytorch/test/cpp/api/ |
H A D | serialize.cpp | 223 auto tempfile = c10::make_tempfile(); in TEST() local 240 auto tempfile = c10::make_tempfile(); in TEST() local 312 auto tempfile = c10::make_tempfile(); in TEST() local 462 auto tempfile = c10::make_tempfile(); in TEST() local 928 auto tempfile = c10::make_tempfile(); in TEST() local 1001 auto tempfile = c10::make_tempfile(); in TEST() local 1062 auto tempfile = c10::make_tempfile(); in TEST() local
|
/aosp_15_r20/external/flac/src/libFLAC/ |
H A 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_()
|
/aosp_15_r20/external/rust/android-crates-io/crates/tempfile/ |
D | README.md | 1 tempfile chapter
|
/aosp_15_r20/external/rust/android-crates-io/crates/vmm-sys-util/src/ |
D | lib.rs | 25 pub mod tempfile; module
|
/aosp_15_r20/external/crosvm/acpi_tables/ |
H A D | Cargo.toml | 11 tempfile = "3" qkey
|
/aosp_15_r20/external/bazelbuild-rules_rust/examples/crate_universe/cargo_local/ |
H A D | Cargo.toml | 11 tempfile = "3.2.0" qkey
|
/aosp_15_r20/external/libcups/cgi-bin/ |
H A D | cgi.h | 45 char tempfile[1024], /* Temporary file containing data */ member
|
/aosp_15_r20/external/bazelbuild-rules_rust/examples/crate_universe_unnamed/vendor_remote_manifests/ |
H A D | Cargo.toml | 11 tempfile = "3.2.0" qkey
|
/aosp_15_r20/external/bazelbuild-rules_rust/examples/crate_universe/vendor_local_manifests/ |
H A D | Cargo.toml | 11 tempfile = "3.2.0" qkey
|
/aosp_15_r20/external/bazelbuild-rules_rust/examples/crate_universe/vendor_remote_manifests/ |
H A D | Cargo.toml | 11 tempfile = "3.2.0" qkey
|
/aosp_15_r20/external/toybox/toys/other/ |
H A D | dos2unix.c | 31 char *tempfile; in GLOBALS()
|
/aosp_15_r20/external/ltp/testcases/kernel/fs/stream/ |
H A D | stream05.c | 52 char tempfile[40] = ""; variable
|
/aosp_15_r20/external/crosvm/io_uring/ |
H A D | Cargo.toml | 15 tempfile = "3" qkey
|
/aosp_15_r20/external/libgav1/tests/fuzzer/ |
H A D | decoder_fuzzer.cc | 73 FuzzerTemporaryFile tempfile(data, size); in LLVMFuzzerTestOneInput() local
|
H A D | obu_parser_fuzzer.cc | 80 FuzzerTemporaryFile tempfile(data, size); in LLVMFuzzerTestOneInput() local
|
/aosp_15_r20/external/crosvm/vendor/generic/crypto/ |
H A D | Cargo.toml | 18 tempfile = "3" qkey
|
/aosp_15_r20/packages/modules/Virtualization/guest/zipfuse/ |
D | Cargo.toml | 13 tempfile = "3.2" qkey
|
/aosp_15_r20/build/make/tools/aconfig/aconfig_storage_write_api/ |
H A D | Cargo.toml | 14 tempfile = "3.9.0" qkey
|
/aosp_15_r20/packages/modules/Virtualization/guest/apkdmverity/ |
D | Cargo.toml | 20 tempfile = "3.2" qkey
|