Home
last modified time | relevance | path

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

123

/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
/external/python/cpython3/Tools/build/
Dupdate_file.py16 def updating_file_with_tmpfile(filename, tmpfile=None): argument
49 def update_file_with_tmpfile(filename, tmpfile, *, create=False): argument
/external/coreboot/util/cbfstool/
Dflashrom.c81 char *tmpfile; in flashrom_host_read() local
111 char *tmpfile; in flashrom_host_write() local
/external/vboot_reference/host/lib/
Dflashrom.c105 char *tmpfile; in flashrom_read() local
139 char *tmpfile; in flashrom_write() local
/external/parameter-framework/upstream/test/tmpfile/
DCMakeLists.txt36 add_library(tmpfile STATIC ${OS_SPECIFIC_TMPFILE}) target
/external/pytorch/test/cpp/c10d/
DTestUtils.hpp56 const char* tmpfile = getenv("TMPFILE"); in tmppath() local
68 const char* tmpfile = getenv("TMPFILE"); in tmppath() local
/external/musl/src/stdio/
Dtmpfile.c8 FILE *tmpfile(void) in tmpfile() function
/external/trusty/musl/src/stdio/
Dtmpfile.c8 FILE *tmpfile(void) in tmpfile() function
/external/pytorch/torch/csrc/distributed/c10d/control_plane/
DPythonHandlers.cpp17 auto tmpfile = c10::make_tempfile("torch-dump_traceback"); in __anon319de4d40202() local
/external/linux-kselftest/tools/testing/selftests/powerpc/tm/
Dtm-vmxcopy.c43 char tmpfile[] = "/tmp/page_faultXXXXXX"; in test_vmxcopy() local
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_libc_test.cc93 char tmpfile[128]; in TEST() local
215 char tmpfile[128]; in TEST() local
/external/libaom/test/
Dy4m_test.cc216 libaom_test::TempOutFile tmpfile; in TEST() local
243 libaom_test::TempOutFile tmpfile; in TEST() local
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
/external/libpng/contrib/gregbook/
Dwpng.c161 FILE *tmpfile; /* or we could just use keybd, since no overlap */ in main() local
/external/ltp/testcases/kernel/mem/mtest05/
Dmmstress.c276 int map_and_thread(char *tmpfile, in map_and_thread()
/external/AFLplusplus/src/
Dafl-fuzz.c2087 char tmpfile[PATH_MAX]; in main() local
/external/toybox/toys/pending/
Dsyslogd.c241 char *p, *tmpfile; in open_logfiles() local
/external/autotest/client/cros/audio/
Daudio_helper.py330 def record_sample(tmpfile, record_command=_DEFAULT_REC_COMMAND): argument
/external/bcc/src/cc/
Dbcc_elf.c1035 char tmpfile[128]; in find_vdso() local
/external/bcc/libbpf-tools/
Dtrace_helpers.c543 char tmpfile[128]; in create_tmp_vdso_image() local
/external/crosvm/disk/src/
Dcomposite.rs1364 fn tmpfile(prefix: &str) -> tempfile::NamedTempFile { in create_composite_disk_success() function
/external/rust/android-crates-io/crates/libc/src/windows/
Dmod.rs315 pub fn tmpfile() -> *mut FILE; in tmpfile() function
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/windows/
Dmod.rs315 pub fn tmpfile() -> *mut FILE; in tmpfile() function

123