Home
last modified time | relevance | path

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

123

/external/rust/android-crates-io/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
128 let tempdir = tempfile::tempdir().unwrap(); in test_stat_fstat_lstat() localVariable
150 let tempdir = tempfile::tempdir().unwrap(); in test_fchmod() localVariable
174 let tempdir = tempfile::tempdir().unwrap(); in test_fchmodat() localVariable
225 let tempdir = tempfile::tempdir().unwrap(); in test_utimes() localVariable
242 let tempdir = tempfile::tempdir().unwrap(); in test_lutimes() localVariable
269 let tempdir = tempfile::tempdir().unwrap(); in test_futimens() localVariable
284 let tempdir = tempfile::tempdir().unwrap(); in test_utimensat() localVariable
319 let tempdir = tempfile::tempdir().unwrap(); in test_mkdirat_success_path() localVariable
[all …]
Dtest_unistd.rs141 let tempdir = tempdir().unwrap(); in test_mkfifo() localVariable
168 let tempdir = tempdir().unwrap(); in test_mkfifoat_none() localVariable
188 let tempdir = tempdir().unwrap(); in test_mkfifoat() localVariable
225 let tempdir = tempdir().unwrap(); in test_mkfifoat_directory() localVariable
525 let tempdir = tempdir().unwrap(); in test_chown() localVariable
564 let tempdir = tempdir().unwrap(); in test_fchownat() localVariable
774 let tempdir = tempdir().unwrap(); in test_truncate() localVariable
791 let tempdir = tempdir().unwrap(); in test_ftruncate() localVariable
877 let tempdir = tempdir().unwrap(); in test_symlinkat() localVariable
905 let tempdir = tempdir().unwrap(); in test_linkat_file() localVariable
[all …]
/external/rust/android-crates-io/crates/nix/test/mount/
Dtest_mount.rs27 let tempdir = tempfile::tempdir().unwrap(); in test_mount_tmpfs_without_flags_allows_rwx() localVariable
74 let tempdir = tempfile::tempdir().unwrap(); in test_mount_rdonly_disallows_write() localVariable
100 let tempdir = tempfile::tempdir().unwrap(); in test_mount_noexec_disallows_exec() localVariable
152 let tempdir = tempfile::tempdir().unwrap(); in test_mount_bind() localVariable
/external/rust/android-crates-io/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_fanotify.rs27 let tempdir = tempfile::tempdir().unwrap(); in test_fanotify_notifications() localVariable
90 let tempdir = tempfile::tempdir().unwrap(); in test_fanotify_responses() localVariable
172 let tempdir = tempfile::tempdir().unwrap(); in test_fanotify_overflow() localVariable
Dtest_uio.rs123 let tempdir = tempdir().unwrap(); in test_pread() localVariable
160 let tempdir = tempdir().unwrap(); in test_pwritev() localVariable
193 let tempdir = tempdir().unwrap(); in test_preadv() localVariable
/external/rust/android-crates-io/crates/vmm-sys-util/src/unix/
Dfile_traits.rs62 let tempdir = TempDir::new_with_prefix("/tmp/fsync_test").unwrap(); in test_fsync() localVariable
78 let tempdir = TempDir::new_with_prefix("/tmp/set_len_test").unwrap(); in test_set_len() localVariable
93 let tempdir = TempDir::new_with_prefix("/tmp/set_len_test").unwrap(); in test_set_len_fails_when_file_not_opened_for_writing() localVariable
Dmod.rs4 pub mod tempdir; module
/external/cronet/tot/third_party/apache-portable-runtime/src/test/
Dtesttemp.c23 const char *tempdir = NULL; in test_temp_dir() local
34 const char *tempdir = NULL; in test_mktemp() local
/external/cronet/stable/third_party/apache-portable-runtime/src/test/
Dtesttemp.c23 const char *tempdir = NULL; in test_temp_dir() local
34 const char *tempdir = NULL; in test_mktemp() local
/external/rust/android-crates-io/crates/memmap2/src/
Dlib.rs1465 let tempdir = tempfile::tempdir().unwrap(); in map_file() localVariable
1498 let tempdir = tempfile::tempdir().unwrap(); in map_fd() localVariable
1530 let tempdir = tempfile::tempdir().unwrap(); in map_empty_file() localVariable
1585 let tempdir = tempfile::tempdir().unwrap(); in file_write() localVariable
1609 let tempdir = tempfile::tempdir().unwrap(); in flush_range() localVariable
1635 let tempdir = tempfile::tempdir().unwrap(); in map_copy() localVariable
1671 let tempdir = tempfile::tempdir().unwrap(); in map_copy_read_only() localVariable
1696 let tempdir = tempfile::tempdir().unwrap(); in map_offset() localVariable
1781 let tempdir = tempfile::tempdir().unwrap(); in jit_x86_file() localVariable
1799 let tempdir = tempfile::tempdir().unwrap(); in mprotect_file() localVariable
[all …]
/external/rust/android-crates-io/crates/vmm-sys-util/src/linux/
Dseek_hole.rs92 let tempdir = TempDir::new_with_prefix("/tmp/seek_data_test").unwrap(); in seek_data() localVariable
140 let tempdir = TempDir::new_with_prefix("/tmp/seek_hole_test").unwrap(); in seek_hole() localVariable
/external/rust/android-crates-io/crates/tokio/tests/
Dfs.rs18 fn tempdir() -> tempfile::TempDir { in tempdir() 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/google-breakpad/src/common/linux/
Dscoped_tmpfile.cc70 const char* tempdir = getenv("TMPDIR"); in InitEmpty() local
/external/rust/android-crates-io/crates/no-panic/tests/compiletest/
Dmod.rs18 let tempdir = scratch::path("no-panic").join(name); in contains_panic() localVariable
/external/crosvm/e2e_tests/tests/
Dprebuilts.rs17 let tempdir = tempfile::tempdir().unwrap(); in setup_env() localVariable
/external/curl/src/
Dtool_dirhie.c99 char *tempdir; in create_dir_hierarchy() local
/external/pytorch/c10/test/util/
Dtempfile_test.cpp39 std::optional<c10::TempDir> tempdir = c10::make_tempdir("test-dir-"); in TEST() local
/external/pytorch/c10/util/
Dtempfile.cpp152 if (auto tempdir = try_make_tempdir(name_prefix)) { in make_tempdir() local
/external/tensorflow/tensorflow/c/
Denv_test.cc28 const char* tempdir; in TEST() local
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dinit_text_file_to_import_test_pass.cc121 SmallString<256> tempdir; in runOnOperation() local
/external/autotest/utils/side_effects/
Dconfig_loader_unittest.py146 def _tempfile(tempdir): argument

123