Home
last modified time | relevance | path

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

12

/external/crosvm/tempfile/src/
Dlib.rs69 pub fn tempdir(&self) -> Result<TempDir> { in tempdir()
127 pub struct TempDir { struct
129 // When adding new fields to TempDir: note that anything with a Drop impl argument
134 impl TempDir { implementation
163 impl Drop for TempDir { implementation
/external/rust/crates/walkdir/src/tests/
Dutil.rs214 pub struct TempDir(PathBuf); struct
216 impl Drop for TempDir { implementation
222 impl TempDir { impl
/external/rust/crates/same-file/src/
Dlib.rs404 struct TempDir(PathBuf); struct
406 impl Drop for TempDir { implementation
412 impl TempDir { impl
/external/python/apitools/apitools/gen/
Dtest_utils.py33 def TempDir(change_to=False): function
/external/rust/crates/grpcio-sys/grpc/third_party/re2/util/
Dtest.cc11 std::string TempDir() { return "/tmp/"; } in TempDir() function
/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/autotest/site_utils/lxc/
Dutils.py134 def TempDir(*args, **kwargs): function
/external/swiftshader/tests/regres/deqp/
Ddeqp.go64 TempDir string // Directory for temporary log files, coverage output. member
/external/llvm-project/clang-tools-extra/clangd/unittests/
DCompileCommandsTests.cpp142 llvm::SmallString<256> TempDir; in TEST() local
/external/libchrome/build/android/gyp/util/
Dbuild_utils.py51 def TempDir(): function
/external/libchrome/mojo/public/tools/bindings/generators/
Dmojom_java_generator.py409 def TempDir(): function
/external/llvm-project/compiler-rt/lib/fuzzer/
DFuzzerFork.cpp92 std::string TempDir; member
/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/llvm-project/llvm/utils/unittest/googletest/src/
Dgtest-port.cc1058 std::string TempDir() { in TempDir() function
/external/llvm/unittests/Support/
DPath.cpp356 SmallString<32> TempDir; in TEST() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp88 static void saveTempBitcode(const Module &TheModule, StringRef TempDir, in saveTempBitcode()
/external/llvm-project/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp92 static void saveTempBitcode(const Module &TheModule, StringRef TempDir, in saveTempBitcode()
/external/llvm-project/clang/unittests/Tooling/
DCompilationDatabaseTest.cpp753 llvm::SmallString<32> TempDir; in getProxy() local
/external/llvm-project/llvm/unittests/Support/
DPath.cpp544 SmallString<32> TempDir; in TEST() local
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/src/
Dgtest.cc6074 std::string TempDir() { in TempDir() function
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest.cc5966 std::string TempDir() { in TempDir() function
/external/mesa3d/src/gtest/src/
Dgtest.cc6136 std::string TempDir() { in TempDir() function
/external/googletest/googletest/src/
Dgtest.cc6694 std::string TempDir() { in TempDir() function

12