Home
last modified time | relevance | path

Searched defs:TempDir (Results 1 – 25 of 51) sorted by relevance

123

/external/rust/android-crates-io/crates/tempfile/src/dir/
Dmod.rs103 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/
Dtempfile.h36 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/
Dtempdir.rs20 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/
Dutil.rs214 pub struct TempDir(PathBuf); struct
216 impl Drop for TempDir { implementation
222 impl TempDir { implementation
/external/rust/android-crates-io/crates/same-file/src/
Dlib.rs404 struct TempDir(PathBuf); struct
406 impl Drop for TempDir { implementation
412 impl TempDir { impl
/external/crosvm/e2e_tests/tests/
Dsnd.rs66 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()
Dfs.rs25 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()
Dprebuilts.rs16 fn setup_env(build_type: &str) -> TempDir { in setup_env()
/external/pigweed/pw_stream/
Dstd_file_stream_test.cc75 class TempDir { class
77 TempDir(std::string_view prefix) : rng_(GetSeed()) { in TempDir() function in pw::stream::__anon9b2e11840111::TempDir
/external/python/apitools/apitools/gen/
Dtest_utils.py33 def TempDir(change_to=False): function
/external/rust/android-crates-io/crates/tempfile/src/dir/imp/
Dunix.rs10 ) -> io::Result<TempDir> { in create()
Dany.rs14 ) -> io::Result<TempDir> { in create()
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/re2/util/
Dtest.cc11 std::string TempDir() { return "/tmp/"; } in TempDir() function
/external/rust/android-crates-io/crates/tempfile/src/
Dlib.rs523 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/
Datomic_file_transfer_handler_test.cc36 class TempDir { class
38 TempDir(std::string_view prefix) : rng_(GetSeed()) { in TempDir() function in pw::transfer::__anon6b7cddc50111::TempDir
/external/libchrome/base/files/
Dscoped_temp_dir_unittest.cc49 TEST(ScopedTempDir, TempDir) { in TEST() argument
/external/perfetto/src/base/
Dtemp_file_unittest.cc115 TEST(TempFileTest, TempDir) { in TEST() argument
/external/cronet/tot/base/files/
Dscoped_temp_dir_unittest.cc53 TEST(ScopedTempDir, TempDir) { in TEST() argument
/external/cronet/stable/base/files/
Dscoped_temp_dir_unittest.cc53 TEST(ScopedTempDir, TempDir) { in TEST() argument
/external/bazelbuild-rules_python/tests/pypi/whl_installer/
Dnamespace_pkgs_test.py25 class TempDir: class
/external/autotest/site_utils/lxc/
Dutils.py135 def TempDir(*args, **kwargs): function
/external/crosvm/ext2/tests/
Dtests.rs69 fn mkfs(td: &TempDir, builder: Builder) -> PathBuf { in mkfs()
162 td: &TempDir, in assert_eq_dirs()
/external/swiftshader/tests/regres/deqp/
Ddeqp.go65 TempDir string // Directory for temporary log files, coverage output. member
/external/angle/build/android/gyp/util/
Dbuild_utils.py59 def TempDir(**kwargs): function
/external/cronet/tot/build/android/gyp/util/
Dbuild_utils.py59 def TempDir(**kwargs): function

123