/external/rust/android-crates-io/crates/tempfile/src/dir/ |
D | mod.rs | 103 pub fn tempdir_in<P: AsRef<Path>>(dir: P) -> io::Result<TempDir> { in tempdir_in() 178 pub struct TempDir { struct 183 impl TempDir { impl 241 pub fn new_in<P: AsRef<Path>>(dir: P) -> io::Result<TempDir> { in new_in() 266 pub fn with_prefix<S: AsRef<OsStr>>(prefix: S) -> io::Result<TempDir> { in with_prefix() 294 ) -> io::Result<TempDir> { in with_prefix_in() 413 impl AsRef<Path> for TempDir { implementation 419 impl fmt::Debug for TempDir { implementation 427 impl Drop for TempDir { implementation 439 ) -> io::Result<TempDir> { in create()
|
/external/pytorch/c10/util/ |
D | tempfile.h | 36 struct C10_API TempDir { struct 38 explicit TempDir(std::string_view name) noexcept : name(name) {} in TempDir() argument 40 TempDir(TempDir&& other) noexcept : name(std::move(other.name)) { in TempDir() function 44 TempDir& operator=(const TempDir&) = delete; argument 52 std::string name;
|
/external/rust/android-crates-io/crates/vmm-sys-util/src/unix/ |
D | tempdir.rs | 20 pub struct TempDir { struct 24 impl TempDir { implementation 35 pub fn new_with_prefix<P: AsRef<OsStr>>(prefix: P) -> Result<TempDir> { in new_with_prefix() 64 pub fn new_in(path: &Path) -> Result<TempDir> { in new_in() 130 impl Drop for TempDir { implementation
|
/external/rust/android-crates-io/crates/walkdir/src/tests/ |
D | util.rs | 214 pub struct TempDir(PathBuf); struct 216 impl Drop for TempDir { implementation 222 impl TempDir { implementation
|
/external/rust/android-crates-io/crates/same-file/src/ |
D | lib.rs | 404 struct TempDir(PathBuf); struct 406 impl Drop for TempDir { implementation 412 impl TempDir { impl
|
/external/crosvm/e2e_tests/tests/ |
D | snd.rs | 66 fn playback_and_check(config: Config, temp_dir: TempDir) { in playback_and_check() 104 fn compare_files(temp_dir: TempDir, golden_file_name: &str, output_file_name: &str) -> bool { in compare_files()
|
D | fs.rs | 25 fn copy_file(mut vm: TestVm, tag: &str, dir: TempDir) { in copy_file() 52 fn mount_rw(mut vm: TestVm, tag: &str, dir: TempDir) { in mount_rw() 220 dir: TempDir, in copy_file_validate_ugid_mapping()
|
D | prebuilts.rs | 16 fn setup_env(build_type: &str) -> TempDir { in setup_env()
|
/external/pigweed/pw_stream/ |
D | std_file_stream_test.cc | 75 class TempDir { class 77 TempDir(std::string_view prefix) : rng_(GetSeed()) { in TempDir() function in pw::stream::__anon9b2e11840111::TempDir
|
/external/python/apitools/apitools/gen/ |
D | test_utils.py | 33 def TempDir(change_to=False): function
|
/external/rust/android-crates-io/crates/tempfile/src/dir/imp/ |
D | unix.rs | 10 ) -> io::Result<TempDir> { in create()
|
D | any.rs | 14 ) -> io::Result<TempDir> { in create()
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/re2/util/ |
D | test.cc | 11 std::string TempDir() { return "/tmp/"; } in TempDir() function
|
/external/rust/android-crates-io/crates/tempfile/src/ |
D | lib.rs | 523 pub fn tempdir(&self) -> io::Result<TempDir> { in tempdir() 549 pub fn tempdir_in<P: AsRef<Path>>(&self, dir: P) -> io::Result<TempDir> { in tempdir_in()
|
/external/pigweed/pw_transfer/ |
D | atomic_file_transfer_handler_test.cc | 36 class TempDir { class 38 TempDir(std::string_view prefix) : rng_(GetSeed()) { in TempDir() function in pw::transfer::__anon6b7cddc50111::TempDir
|
/external/libchrome/base/files/ |
D | scoped_temp_dir_unittest.cc | 49 TEST(ScopedTempDir, TempDir) { in TEST() argument
|
/external/perfetto/src/base/ |
D | temp_file_unittest.cc | 115 TEST(TempFileTest, TempDir) { in TEST() argument
|
/external/cronet/tot/base/files/ |
D | scoped_temp_dir_unittest.cc | 53 TEST(ScopedTempDir, TempDir) { in TEST() argument
|
/external/cronet/stable/base/files/ |
D | scoped_temp_dir_unittest.cc | 53 TEST(ScopedTempDir, TempDir) { in TEST() argument
|
/external/bazelbuild-rules_python/tests/pypi/whl_installer/ |
D | namespace_pkgs_test.py | 25 class TempDir: class
|
/external/autotest/site_utils/lxc/ |
D | utils.py | 135 def TempDir(*args, **kwargs): function
|
/external/crosvm/ext2/tests/ |
D | tests.rs | 69 fn mkfs(td: &TempDir, builder: Builder) -> PathBuf { in mkfs() 162 td: &TempDir, in assert_eq_dirs()
|
/external/swiftshader/tests/regres/deqp/ |
D | deqp.go | 65 TempDir string // Directory for temporary log files, coverage output. member
|
/external/angle/build/android/gyp/util/ |
D | build_utils.py | 59 def TempDir(**kwargs): function
|
/external/cronet/tot/build/android/gyp/util/ |
D | build_utils.py | 59 def TempDir(**kwargs): function
|