Home
last modified time | relevance | path

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

12

/external/rust/crates/tempfile/tests/
Dnamedtempfile.rs15 let mut tmpfile = NamedTempFile::new().unwrap(); in test_basic() localVariable
25 let tmpfile = NamedTempFile::new().unwrap(); in test_deleted() localVariable
34 let mut tmpfile = NamedTempFile::new().unwrap(); in test_persist() localVariable
63 let mut tmpfile = NamedTempFile::new().unwrap(); in test_persist_noclobber() localVariable
87 let tmpfile = Builder::new() in test_customnamed() localVariable
101 let mut tmpfile = Builder::new().append(true).tempfile().unwrap(); in test_append() localVariable
143 let tmpfile = NamedTempFile::new().unwrap(); in test_immut() localVariable
153 let mut tmpfile = NamedTempFile::new().unwrap(); in test_temppath() localVariable
162 let mut tmpfile = NamedTempFile::new().unwrap(); in test_temppath_persist() localVariable
190 let mut tmpfile = NamedTempFile::new().unwrap(); in test_temppath_persist_noclobber() localVariable
[all …]
Dtempfile.rs10 let mut tmpfile = tempfile::tempfile().unwrap(); in test_basic() localVariable
22 let mut tmpfile = tempfile::tempfile_in(&tmpdir).unwrap(); in test_cleanup() localVariable
54 let mut tmpfile = tempfile::tempfile_in(&tmpdir).unwrap(); in test_pathological_cleaner() localVariable
Dtempdir.rs56 let tmpfile = Builder::new() in test_customnamed() localVariable
/external/python/pyopenssl/tests/
Dtest_ssl.py618 def test_use_privatekey_file_missing(self, tmpfile): argument
642 def test_wrong_privatekey_file_wrong_args(self, tmpfile, filetype): argument
651 def test_use_privatekey_file_bytes(self, tmpfile): argument
661 def test_use_privatekey_file_unicode(self, tmpfile): argument
715 def test_use_certificate_file_missing(self, tmpfile): argument
739 def test_use_certificate_file_bytes(self, tmpfile): argument
748 def test_use_certificate_file_unicode(self, tmpfile): argument
865 def _write_encrypted_pem(self, passphrase, tmpfile): argument
886 def test_set_passwd_cb(self, tmpfile): argument
907 def test_passwd_callback_exception(self, tmpfile): argument
[all …]
Dconftest.py20 def tmpfile(tmpdir): function
/external/parameter-framework/upstream/test/tmpfile/
DCMakeLists.txt36 add_library(tmpfile STATIC ${OS_SPECIFIC_TMPFILE}) target
/external/oss-fuzz/projects/tidy-html5/
Dtidy_config_fuzzer.c26 char* tmpfile = fuzzer_get_tmpfile(data, size); in LLVMFuzzerTestOneInput() local
/external/oss-fuzz/projects/gdk-pixbuf/targets/
Dpixbuf_scale_fuzzer.c27 char *tmpfile = fuzzer_get_tmpfile(data, size); in LLVMFuzzerTestOneInput() local
Dpixbuf_file_fuzzer.c27 char *tmpfile = fuzzer_get_tmpfile(data, size); in LLVMFuzzerTestOneInput() local
Dstream_fuzzer.c26 char *tmpfile = fuzzer_get_tmpfile(data, size); in LLVMFuzzerTestOneInput() local
Danimation_fuzzer.c28 char *tmpfile = fuzzer_get_tmpfile(data, size); in LLVMFuzzerTestOneInput() local
/external/musl/src/stdio/
Dtmpfile.c8 FILE *tmpfile(void) in tmpfile() function
/external/oss-fuzz/projects/cairo/targets/
Dsurface_write_png_fuzzer.c24 char *tmpfile = fuzzer_get_tmpfile(data, size); in LLVMFuzzerTestOneInput() local
Dpdf_surface_fuzzer.c33 char *tmpfile = fuzzer_get_tmpfile(data, size); in LLVMFuzzerTestOneInput() local
Dtext_glyphs_fuzzer.c30 char *tmpfile = fuzzer_get_tmpfile(data, size); in LLVMFuzzerTestOneInput() local
Draster_fuzzer.c41 char *tmpfile = fuzzer_get_tmpfile(data, size); in LLVMFuzzerTestOneInput() 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/libaom/test/
Dy4m_test.cc214 libaom_test::TempOutFile tmpfile; in TEST() local
240 libaom_test::TempOutFile tmpfile; in TEST() 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/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/python/cpython2/Lib/
Dplatform.py407 tmpfile = '' variable in _popen
/external/bcc/src/cc/
Dbcc_elf.c828 char tmpfile[128]; in find_vdso() local

12