Home
last modified time | relevance | path

Searched defs:tempdir (Results 1 – 17 of 17) sorted by relevance

/third_party/rust/crates/nix/test/
Dtest_stat.rs99 let tempdir = tempfile::tempdir().unwrap(); in test_stat_and_fstat() localVariable
113 let tempdir = tempfile::tempdir().unwrap(); in test_fstatat() localVariable
129 let tempdir = tempfile::tempdir().unwrap(); in test_stat_fstat_lstat() localVariable
151 let tempdir = tempfile::tempdir().unwrap(); in test_fchmod() localVariable
175 let tempdir = tempfile::tempdir().unwrap(); in test_fchmodat() localVariable
226 let tempdir = tempfile::tempdir().unwrap(); in test_utimes() localVariable
244 let tempdir = tempfile::tempdir().unwrap(); in test_lutimes() localVariable
271 let tempdir = tempfile::tempdir().unwrap(); in test_futimens() localVariable
286 let tempdir = tempfile::tempdir().unwrap(); in test_utimensat() localVariable
321 let tempdir = tempfile::tempdir().unwrap(); in test_mkdirat_success_path() localVariable
[all …]
Dtest_unistd.rs110 let tempdir = tempdir().unwrap(); in test_mkfifo() localVariable
138 let tempdir = tempdir().unwrap(); in test_mkfifoat_none() localVariable
159 let tempdir = tempdir().unwrap(); in test_mkfifoat() localVariable
197 let tempdir = tempdir().unwrap(); in test_mkfifoat_directory() localVariable
498 let tempdir = tempdir().unwrap(); in test_chown() localVariable
535 let tempdir = tempdir().unwrap(); in test_fchownat() localVariable
761 let tempdir = tempdir().unwrap(); in test_truncate() localVariable
778 let tempdir = tempdir().unwrap(); in test_ftruncate() localVariable
872 let tempdir = tempdir().unwrap(); in test_symlinkat() localVariable
898 let tempdir = tempdir().unwrap(); in test_linkat_file() localVariable
[all …]
Dtest_mount.rs32 let tempdir = tempfile::tempdir().unwrap(); in test_mount_tmpfs_without_flags_allows_rwx() localVariable
98 let tempdir = tempfile::tempdir().unwrap(); in test_mount_rdonly_disallows_write() localVariable
123 let tempdir = tempfile::tempdir().unwrap(); in test_mount_noexec_disallows_exec() localVariable
172 let tempdir = tempfile::tempdir().unwrap(); in test_mount_bind() localVariable
Dtest_fcntl.rs215 let tempdir = tempfile::tempdir().unwrap(); in test_readlink() localVariable
/third_party/nghttp2/script/
Dfetch-ocsp-response155 def verify_response(cmd, tempdir, issuer_fn, respder_fn): argument
191 def fetch_ocsp_response(cmd, cert_fn, tempdir, issuer_fn=None): argument
243 tempdir = None variable
248 tempdir = tempfile.mkdtemp() variable
/third_party/rust/crates/nix/test/sys/
Dtest_inotify.rs9 let tempdir = tempfile::tempdir().unwrap(); in test_inotify() localVariable
27 let tempdir = tempfile::tempdir().unwrap(); in test_inotify_multi_events() localVariable
Dtest_uio.rs126 let tempdir = tempdir().unwrap(); in test_pread() localVariable
159 let tempdir = tempdir().unwrap(); in test_pwritev() localVariable
188 let tempdir = tempdir().unwrap(); in test_preadv() localVariable
Dtest_socket.rs268 let tempdir = tempfile::tempdir().unwrap(); in test_getsockname() localVariable
1509 let tempdir = tempfile::tempdir().unwrap(); in test_named_unixdomain() localVariable
/third_party/curl/src/
Dtool_dirhie.c101 char *tempdir; in create_dir_hierarchy() local
/third_party/node/deps/v8/tools/chrome/
Dlinux_perf.py120 tempdir = Path(tmp_dir_path) variable
/third_party/node/deps/v8/tools/
Drun-wasm-api-tests.py76 def __init__(self, name, outdir, tempdir): argument
/third_party/rust/crates/which-rs/tests/
Dbasic.rs14 pub tempdir: TempDir, field
57 let tempdir = tempfile::tempdir().unwrap(); in new() localVariable
/third_party/python/Lib/test/test_importlib/
Dfixtures.py15 def tempdir(): function
/third_party/python/Lib/test/test_importlib/source/
Dtest_finder.py162 def cleanup(tempdir): argument
/third_party/python/Lib/multiprocessing/
Dutil.py132 def _remove_temp_dir(rmtree, tempdir): argument
/third_party/python/Lib/
Dtempfile.py283 tempdir = None variable
/third_party/cef/tests/ceftests/
Drequest_context_unittest.cc138 CefScopedTempDir tempdir; in TEST() local