Home
last modified time | relevance | path

Searched defs:tmpfile (Results 1 – 25 of 137) sorted by relevance

123456

/aosp_15_r20/external/rust/android-crates-io/crates/tempfile/tests/
Dnamedtempfile.rs15 let tmpfile = NamedTempFile::with_prefix("prefix").unwrap(); in test_prefix() localVariable
22 let mut tmpfile = NamedTempFile::new().unwrap(); in test_basic() localVariable
32 let tmpfile = NamedTempFile::new().unwrap(); in test_deleted() localVariable
41 let mut tmpfile = NamedTempFile::new().unwrap(); in test_persist() localVariable
70 let mut tmpfile = NamedTempFile::new().unwrap(); in test_persist_noclobber() localVariable
94 let tmpfile = Builder::new() in test_customnamed() localVariable
108 let mut tmpfile = Builder::new().append(true).tempfile().unwrap(); in test_append() localVariable
150 let tmpfile = NamedTempFile::new().unwrap(); in test_immut() localVariable
160 let mut tmpfile = NamedTempFile::new().unwrap(); in test_temppath() localVariable
169 let mut tmpfile = NamedTempFile::new().unwrap(); in test_temppath_persist() localVariable
[all …]
Dtempfile.rs13 let mut tmpfile = tempfile::tempfile().unwrap(); in test_basic() localVariable
25 let mut tmpfile = tempfile::tempfile_in(&tmpdir).unwrap(); in test_cleanup() localVariable
57 let mut tmpfile = tempfile::tempfile_in(&tmpdir).unwrap(); in test_pathological_cleaner() localVariable
Dtempdir.rs31 let tmpfile = TempDir::with_prefix_in("prefix", ".").unwrap(); in test_prefix() localVariable
37 let tmpfile = Builder::new() in test_customnamed() localVariable
/aosp_15_r20/system/extras/simpleperf/
H A Dcmd_record_test.cpp76 std::unique_ptr<TemporaryFile> tmpfile; in RunRecordCmd() local
122 TemporaryFile tmpfile; in TEST() local
134 TemporaryFile tmpfile; in TEST() local
144 TemporaryFile tmpfile; in TEST() local
153 TemporaryFile tmpfile; in TEST() local
159 TemporaryFile tmpfile; in TEST() local
180 TemporaryFile tmpfile; in TEST() local
215 TemporaryFile tmpfile; in TEST() local
276 TemporaryFile tmpfile; in TEST() local
336 TemporaryFile tmpfile; in TEST() local
[all …]
H A Dcmd_inject_test.cpp42 TemporaryFile tmpfile; in RunInjectCmd() local
98 TemporaryFile tmpfile; in TEST() local
112 TemporaryFile tmpfile; in TEST() local
122 TemporaryFile tmpfile; in TEST() local
137 TemporaryFile tmpfile; in TEST() local
181 TemporaryFile tmpfile; in TEST() local
191 TemporaryFile tmpfile; in TEST() local
254 TemporaryFile tmpfile; in TEST() local
321 TemporaryFile tmpfile; in TEST() local
343 TemporaryFile tmpfile; in TEST() local
[all …]
H A Dreport_utils_test.cpp32 TemporaryFile tmpfile; in TEST() local
343 TemporaryFile tmpfile; in TEST_F() local
382 TemporaryFile tmpfile; in TEST_F() local
421 TemporaryFile tmpfile; in TEST_F() local
456 TemporaryFile tmpfile; in TEST_F() local
477 TemporaryFile tmpfile; in TEST_F() local
532 TemporaryFile tmpfile; in TEST_F() local
H A Dcmd_debug_unwind_test.cpp66 TemporaryFile tmpfile; in TEST() local
141 TemporaryFile tmpfile; in TEST() local
157 TemporaryFile tmpfile; in TEST() local
172 TemporaryFile tmpfile; in TEST() local
H A Dcmd_merge_test.cpp37 TemporaryFile tmpfile; in GetReport() local
57 TemporaryFile tmpfile; in TEST() local
84 TemporaryFile tmpfile; in TEST() local
H A Dcmd_report_sample_test.cpp39 TemporaryFile tmpfile; in TEST() local
46 TemporaryFile tmpfile; in TEST() local
53 TemporaryFile tmpfile; local
296 TemporaryFile tmpfile; in TEST() local
H A Dcmd_report_test.cpp406 TemporaryFile tmpfile; in TEST_F() local
689 TemporaryFile tmpfile; in TEST_F() local
740 TemporaryFile tmpfile; in TEST_F() local
H A Ddso_test.cpp37 TemporaryFile tmpfile(tmpdir.path); in TEST() local
320 TemporaryFile tmpfile; in TEST() local
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
H A DFileOutputStreamTest.java294 File tmpfile = File.createTempFile("FileOutputStream", "tmp"); in test_getChannel() local
306 File tmpfile = File.createTempFile("FileOutputStream", "tmp"); in test_getChannel_Append() local
327 File tmpfile = File.createTempFile("FileOutputStream", "tmp"); in test_getChannel_UnAppend() local
348 File tmpfile = File.createTempFile("FileOutputStream", "tmp"); in test_getChannel_Unappend_Unappend() local
362 File tmpfile = File.createTempFile("FileOutputStream", "tmp"); in test_getChannel_Unappend_Append() local
376 File tmpfile = File.createTempFile("FileOutputStream", "tmp"); in test_getChannel_Append_Unappend() local
393 File tmpfile = File.createTempFile("FileOutputStream", "tmp"); in test_getChanne_Append_Append() local
/aosp_15_r20/tools/netsim/rust/common/src/util/
H A Dini_file.rs150 let mut tmpfile = match File::create(&filepath) { in test_read() localVariable
177 let mut tmpfile = match File::create(&filepath) { in test_read_no_newline() localVariable
207 let mut tmpfile = match File::create(&filepath) { in test_read_multiple_lines() localVariable
321 let mut tmpfile = match File::create(&filepath) { in test_overwrite() localVariable
/aosp_15_r20/external/python/cpython3/Tools/scripts/
Dupdate_file.py16 def updating_file_with_tmpfile(filename, tmpfile=None): argument
49 def update_file_with_tmpfile(filename, tmpfile, *, create=False): argument
/aosp_15_r20/external/coreboot/util/cbfstool/
H A Dflashrom.c81 char *tmpfile; in flashrom_host_read() local
111 char *tmpfile; in flashrom_host_write() local
/aosp_15_r20/external/vboot_reference/host/lib/
H A Dflashrom.c105 char *tmpfile; in flashrom_read() local
139 char *tmpfile; in flashrom_write() local
/aosp_15_r20/external/pytorch/test/cpp/c10d/
H A DTestUtils.hpp56 const char* tmpfile = getenv("TMPFILE"); in tmppath() local
68 const char* tmpfile = getenv("TMPFILE"); in tmppath() local
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_libc_test.cc93 char tmpfile[128]; in TEST() local
215 char tmpfile[128]; in TEST() local
/aosp_15_r20/external/libaom/test/
H A Dy4m_test.cc216 libaom_test::TempOutFile tmpfile; in TEST() local
243 libaom_test::TempOutFile tmpfile; in TEST() local
H A Dfilm_grain_table_test.cc229 FILE *tmpfile = libaom_test::GetTempOutFile(&grain_file); in TEST_F() local
251 FILE *tmpfile = libaom_test::GetTempOutFile(&grain_file); in TEST_F() local
/aosp_15_r20/external/parameter-framework/upstream/test/tmpfile/
H A DCMakeLists.txt36 add_library(tmpfile STATIC ${OS_SPECIFIC_TMPFILE}) target
/aosp_15_r20/art/tools/
H A Dparallel_run.py33 def run_one(cmd, tmpfile): argument
/aosp_15_r20/external/musl/src/stdio/
H A Dtmpfile.c8 FILE *tmpfile(void) in tmpfile() function
/aosp_15_r20/external/trusty/musl/src/stdio/
Dtmpfile.c8 FILE *tmpfile(void) in tmpfile() function
/aosp_15_r20/external/pytorch/torch/csrc/distributed/c10d/control_plane/
H A DPythonHandlers.cpp17 auto tmpfile = c10::make_tempfile("torch-dump_traceback"); in __anon5027ba540202() local

123456