Home
last modified time | relevance | path

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

12

/external/rust/crates/nix/test/
Dtest_stat.rs98 let tempdir = tempfile::tempdir().unwrap(); in test_stat_and_fstat() localVariable
112 let tempdir = tempfile::tempdir().unwrap(); in test_fstatat() localVariable
130 let tempdir = tempfile::tempdir().unwrap(); in test_stat_fstat_lstat() localVariable
152 let tempdir = tempfile::tempdir().unwrap(); in test_fchmod() localVariable
176 let tempdir = tempfile::tempdir().unwrap(); in test_fchmodat() localVariable
218 let tempdir = tempfile::tempdir().unwrap(); in test_utimes() localVariable
234 let tempdir = tempfile::tempdir().unwrap(); in test_lutimes() localVariable
254 let tempdir = tempfile::tempdir().unwrap(); in test_futimens() localVariable
268 let tempdir = tempfile::tempdir().unwrap(); in test_utimensat() localVariable
289 let tempdir = tempfile::tempdir().unwrap(); in test_mkdirat_success_path() localVariable
[all …]
Dtest_unistd.rs99 let tempdir = tempdir().unwrap(); in test_mkfifo() localVariable
123 let tempdir = tempdir().unwrap(); in test_mkfifoat_none() localVariable
138 let tempdir = tempdir().unwrap(); in test_mkfifoat() localVariable
166 let tempdir = tempdir().unwrap(); in test_mkfifoat_directory() localVariable
454 let tempdir = tempdir().unwrap(); in test_chown() localVariable
491 let tempdir = tempdir().unwrap(); in test_fchownat() localVariable
655 let tempdir = tempdir().unwrap(); in test_truncate() localVariable
672 let tempdir = tempdir().unwrap(); in test_ftruncate() localVariable
760 let tempdir = tempdir().unwrap(); in test_symlinkat() localVariable
786 let tempdir = tempdir().unwrap(); in test_linkat_file() localVariable
[all …]
Dtest_mount.rs33 let tempdir = tempfile::tempdir().unwrap(); in test_mount_tmpfs_without_flags_allows_rwx() localVariable
89 let tempdir = tempfile::tempdir().unwrap(); in test_mount_rdonly_disallows_write() localVariable
106 let tempdir = tempfile::tempdir().unwrap(); in test_mount_noexec_disallows_exec() localVariable
144 let tempdir = tempfile::tempdir().unwrap(); in test_mount_bind() localVariable
Dtest_fcntl.rs67 let tempdir = tempfile::tempdir().unwrap(); in test_readlink() localVariable
/external/rust/crates/nix/test/sys/
Dtest_inotify.rs12 let tempdir = tempfile::tempdir().unwrap(); in test_inotify() localVariable
29 let tempdir = tempfile::tempdir().unwrap(); in test_inotify_multi_events() localVariable
Dtest_uio.rs121 let tempdir = tempdir().unwrap(); in test_pread() localVariable
149 let tempdir = tempdir().unwrap(); in test_pwritev() localVariable
173 let tempdir = tempdir().unwrap(); in test_preadv() localVariable
/external/rust/crates/tokio/tests/
Dfs.rs18 fn tempdir() -> tempfile::TempDir { in tempdir() function
/external/python/setuptools/setuptools/tests/
Dcontexts.py13 def tempdir(cd=lambda dir: None, **kwargs): function
/external/clang/tools/scan-build-py/libscanbuild/
D__init__.py33 def tempdir(): function
/external/autotest/client/common_lib/
Dautotemp_unittest.py32 class tempdir(unittest.TestCase): class
Dautotemp.py75 class tempdir(object): class
/external/python/setuptools/tests/
Dmanual_test.py18 def tempdir(func): function
/external/rust/crates/no-panic/tests/compiletest/
Dmod.rs17 let tempdir = tempfile::tempdir().unwrap(); in contains_panic() localVariable
/external/curl/src/
Dtool_dirhie.c104 char *tempdir; in create_dir_hierarchy() local
/external/tensorflow/tensorflow/c/
Denv_test.cc28 const char* tempdir; in TEST() local
/external/rust/crates/which/tests/
Dbasic.rs13 pub tempdir: TempDir, field
56 let tempdir = TempDir::new("which_tests").unwrap(); in new() localVariable
/external/autotest/utils/side_effects/
Dconfig_loader_unittest.py146 def _tempfile(tempdir): argument
/external/crosvm/devices/src/virtio/
Dblock_async.rs991 let tempdir = TempDir::new().unwrap(); in read_size() localVariable
1011 let tempdir = TempDir::new().unwrap(); in read_block_size() localVariable
1027 let tempdir = TempDir::new().unwrap(); in read_features() localVariable
1069 let tempdir = TempDir::new().unwrap(); in read_last_sector() localVariable
1138 let tempdir = TempDir::new().unwrap(); in read_beyond_last_sector() localVariable
1209 let tempdir = TempDir::new().unwrap(); in get_id() localVariable
/external/python/cpython3/Lib/test/test_importlib/
Dfixtures.py11 def tempdir(): function
/external/rust/crates/criterion/tests/
Dcriterion_tests.rs357 let tempdir = temp_dir(); in test_output_files() localVariable
424 let tempdir = temp_dir(); in test_output_files_flat_sampling() localVariable
/external/libchrome/base/json/
Djson_value_serializer_unittest.cc149 ScopedTempDir tempdir; in TEST() local
173 ScopedTempDir tempdir; in TEST() local
/external/autotest/client/cros/
Downership.py42 tempdir = autotemp.tempdir(unique_id='ownership') variable in scoped_tempfile
/external/python/cpython3/Lib/test/test_importlib/source/
Dtest_finder.py162 def cleanup(tempdir): argument
/external/crosvm/tempfile/src/
Dlib.rs69 pub fn tempdir(&self) -> Result<TempDir> { in tempdir() method
/external/python/cpython3/Lib/multiprocessing/
Dutil.py132 def _remove_temp_dir(rmtree, tempdir): argument

12