Home
last modified time | relevance | path

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

12

/external/rust/crates/nix/test/
Dtest_stat.rs87 let tempdir = tempfile::tempdir().unwrap(); in test_stat_and_fstat() localVariable
101 let tempdir = tempfile::tempdir().unwrap(); in test_fstatat() localVariable
119 let tempdir = tempfile::tempdir().unwrap(); in test_stat_fstat_lstat() localVariable
141 let tempdir = tempfile::tempdir().unwrap(); in test_fchmod() localVariable
165 let tempdir = tempfile::tempdir().unwrap(); in test_fchmodat() localVariable
207 let tempdir = tempfile::tempdir().unwrap(); in test_utimes() localVariable
223 let tempdir = tempfile::tempdir().unwrap(); in test_lutimes() localVariable
243 let tempdir = tempfile::tempdir().unwrap(); in test_futimens() localVariable
257 let tempdir = tempfile::tempdir().unwrap(); in test_utimensat() localVariable
278 let tempdir = tempfile::tempdir().unwrap(); in test_mkdirat_success_path() localVariable
[all …]
Dtest_unistd.rs97 let tempdir = tempdir().unwrap(); in test_mkfifo() localVariable
121 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
460 let tempdir = tempdir().unwrap(); in test_chown() localVariable
497 let tempdir = tempdir().unwrap(); in test_fchownat() localVariable
684 let tempdir = tempdir().unwrap(); in test_truncate() localVariable
701 let tempdir = tempdir().unwrap(); in test_ftruncate() localVariable
789 let tempdir = tempdir().unwrap(); in test_symlinkat() localVariable
815 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
88 let tempdir = tempfile::tempdir().unwrap(); in test_mount_rdonly_disallows_write() localVariable
105 let tempdir = tempfile::tempdir().unwrap(); in test_mount_noexec_disallows_exec() localVariable
143 let tempdir = tempfile::tempdir().unwrap(); in test_mount_bind() localVariable
/external/rust/crates/nix/test/sys/
Dtest_inotify.rs10 let tempdir = tempfile::tempdir().unwrap(); in test_inotify() localVariable
27 let tempdir = tempfile::tempdir().unwrap(); in test_inotify_multi_events() localVariable
Dtest_uio.rs129 let tempdir = tempdir().unwrap(); in test_pread() localVariable
157 let tempdir = tempdir().unwrap(); in test_pwritev() localVariable
181 let tempdir = tempdir().unwrap(); in test_preadv() localVariable
/external/rust/crates/tokio/tests/
Dfs.rs18 fn tempdir() -> tempfile::TempDir { in tempdir() function
/external/crosvm/base/src/windows/
Dwrite_zeroes.rs115 let tempdir = TempDir::new().unwrap(); in simple_test() localVariable
181 let tempdir = TempDir::new().unwrap(); in large_write_zeroes() localVariable
/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/setuptools/tests/
Dcontexts.py14 def tempdir(cd=lambda dir: None, **kwargs): function
/external/rust/crates/no-panic/tests/compiletest/
Dmod.rs17 let tempdir = tempfile::tempdir().unwrap(); in contains_panic() localVariable
/external/crosvm/devices/src/virtio/block/
Dasynchronous.rs852 let tempdir = TempDir::new().unwrap(); in read_size() localVariable
872 let tempdir = TempDir::new().unwrap(); in read_block_size() localVariable
888 let tempdir = TempDir::new().unwrap(); in read_features() localVariable
930 let tempdir = TempDir::new().unwrap(); in read_last_sector() localVariable
999 let tempdir = TempDir::new().unwrap(); in read_beyond_last_sector() localVariable
1070 let tempdir = TempDir::new().unwrap(); in get_id() 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/tempfile/src/
Ddir.rs63 pub fn tempdir() -> io::Result<TempDir> { in tempdir() function
Dlib.rs466 pub fn tempdir(&self) -> io::Result<TempDir> { in tempdir() method
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dinit_text_file_to_import_test_pass.cc124 SmallString<256> tempdir; in runOnOperation() local
/external/rust/crates/which/tests/
Dbasic.rs15 pub tempdir: TempDir, field
58 let tempdir = TempDir::new("which_tests").unwrap(); in new() localVariable
/external/autotest/utils/side_effects/
Dconfig_loader_unittest.py146 def _tempfile(tempdir): argument
/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/python/cpython3/Lib/test/test_importlib/
Dfixtures.py15 def tempdir(): function
/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

12