/external/rust/crates/nix/test/ |
D | test_stat.rs | 87 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 …]
|
D | test_unistd.rs | 97 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 …]
|
D | test_mount.rs | 32 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/ |
D | test_inotify.rs | 10 let tempdir = tempfile::tempdir().unwrap(); in test_inotify() localVariable 27 let tempdir = tempfile::tempdir().unwrap(); in test_inotify_multi_events() localVariable
|
D | test_uio.rs | 129 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/ |
D | fs.rs | 18 fn tempdir() -> tempfile::TempDir { in tempdir() function
|
/external/crosvm/base/src/windows/ |
D | write_zeroes.rs | 115 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__.py | 33 def tempdir(): function
|
/external/autotest/client/common_lib/ |
D | autotemp_unittest.py | 32 class tempdir(unittest.TestCase): class
|
D | autotemp.py | 75 class tempdir(object): class
|
/external/python/setuptools/setuptools/tests/ |
D | contexts.py | 14 def tempdir(cd=lambda dir: None, **kwargs): function
|
/external/rust/crates/no-panic/tests/compiletest/ |
D | mod.rs | 17 let tempdir = tempfile::tempdir().unwrap(); in contains_panic() localVariable
|
/external/crosvm/devices/src/virtio/block/ |
D | asynchronous.rs | 852 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/ |
D | tool_dirhie.c | 104 char *tempdir; in create_dir_hierarchy() local
|
/external/tensorflow/tensorflow/c/ |
D | env_test.cc | 28 const char* tempdir; in TEST() local
|
/external/rust/crates/tempfile/src/ |
D | dir.rs | 63 pub fn tempdir() -> io::Result<TempDir> { in tempdir() function
|
D | lib.rs | 466 pub fn tempdir(&self) -> io::Result<TempDir> { in tempdir() method
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/ |
D | init_text_file_to_import_test_pass.cc | 124 SmallString<256> tempdir; in runOnOperation() local
|
/external/rust/crates/which/tests/ |
D | basic.rs | 15 pub tempdir: TempDir, field 58 let tempdir = TempDir::new("which_tests").unwrap(); in new() localVariable
|
/external/autotest/utils/side_effects/ |
D | config_loader_unittest.py | 146 def _tempfile(tempdir): argument
|
/external/rust/crates/criterion/tests/ |
D | criterion_tests.rs | 357 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/ |
D | fixtures.py | 15 def tempdir(): function
|
/external/libchrome/base/json/ |
D | json_value_serializer_unittest.cc | 149 ScopedTempDir tempdir; in TEST() local 173 ScopedTempDir tempdir; in TEST() local
|
/external/autotest/client/cros/ |
D | ownership.py | 42 tempdir = autotemp.tempdir(unique_id='ownership') variable in scoped_tempfile
|
/external/python/cpython3/Lib/test/test_importlib/source/ |
D | test_finder.py | 162 def cleanup(tempdir): argument
|