Home
last modified time | relevance | path

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

12

/external/rust/crates/tempfile/src/
Ddir.rs113 pub fn tempdir_in<P: AsRef<Path>>(dir: P) -> io::Result<TempDir> { in tempdir_in()
195 pub struct TempDir { struct
199 impl TempDir { impl
263 pub fn new_in<P: AsRef<Path>>(dir: P) -> io::Result<TempDir> { in new_in()
389 impl AsRef<Path> for TempDir { implementation
395 impl fmt::Debug for TempDir { implementation
403 impl Drop for TempDir { implementation
409 pub(crate) fn create(path: PathBuf) -> io::Result<TempDir> { in create()
Dlib.rs495 pub fn tempdir(&self) -> io::Result<TempDir> { in tempdir()
526 pub fn tempdir_in<P: AsRef<Path>>(&self, dir: P) -> io::Result<TempDir> { in tempdir_in()
/external/rust/crates/walkdir/src/tests/
Dutil.rs214 pub struct TempDir(PathBuf); struct
216 impl Drop for TempDir { implementation
222 impl TempDir { implementation
/external/rust/crates/same-file/src/
Dlib.rs404 struct TempDir(PathBuf); struct
406 impl Drop for TempDir { implementation
412 impl TempDir { impl
/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::__anonf9cd98130111::TempDir
/external/python/apitools/apitools/gen/
Dtest_utils.py33 def TempDir(change_to=False): function
/external/crosvm/e2e_tests/tests/
Dsnd.rs55 fn compare_files(temp_dir: TempDir, golden_file_name: &str, output_file_name: &str) -> bool { in compare_files()
Dprebuilts.rs16 fn setup_env(build_type: &str) -> TempDir { in setup_env()
/external/rust/crates/grpcio-sys/grpc/third_party/re2/util/
Dtest.cc11 std::string TempDir() { return "/tmp/"; } in TempDir() function
/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::__anon33bfcc740111::TempDir
/external/crosvm/devices/tests/passthroughfs/
Dunix.rs19 fn create_test_data(temp_dir: &TempDir, dirs: &[&str], files: &[&str]) { in create_test_data()
/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/base/files/
Dscoped_temp_dir_unittest.cc53 TEST(ScopedTempDir, TempDir) { in TEST() argument
/external/autotest/site_utils/lxc/
Dutils.py135 def TempDir(*args, **kwargs): function
/external/swiftshader/tests/regres/deqp/
Ddeqp.go65 TempDir string // Directory for temporary log files, coverage output. member
/external/cronet/build/android/gyp/util/
Dbuild_utils.py58 def TempDir(**kwargs): function
/external/angle/build/android/gyp/util/
Dbuild_utils.py59 def TempDir(**kwargs): function
/external/webrtc/tools_webrtc/mb/
Dmb_unittest.py113 def TempDir(self): member in FakeMBW
/external/libchrome/build/android/gyp/util/
Dbuild_utils.py40 def TempDir(): function
/external/libchrome/mojo/public/tools/bindings/generators/
Dmojom_java_generator.py409 def TempDir(): function
/external/rust/crates/libfuzzer-sys/libfuzzer/
DFuzzerFork.cpp92 std::string TempDir; member
/external/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp76 static void saveTempBitcode(const Module &TheModule, StringRef TempDir, in saveTempBitcode()
/external/autotest/utils/frozen_chromite/lib/
Dosutils.py789 class TempDir(object): class
/external/llvm/unittests/Support/
DPath.cpp356 SmallString<32> TempDir; in TEST() local

12