Home
last modified time | relevance | path

Searched refs:TempDir (Results 1 – 24 of 24) sorted by relevance

/external/llvm/unittests/Support/
DPath.cpp356 SmallString<32> TempDir; in TEST() local
357 path::system_temp_directory(false, TempDir); in TEST()
358 EXPECT_TRUE(!TempDir.empty()); in TEST()
359 TempDir.clear(); in TEST()
360 path::system_temp_directory(true, TempDir); in TEST()
361 EXPECT_TRUE(!TempDir.empty()); in TEST()
379 SmallString<300> TempDir; \
380 path::system_temp_directory(true, TempDir); \
381 raw_os_ostream(std::cerr) << TempDir; \
/external/libchrome/base/files/
Dscoped_temp_dir_unittest.cc49 TEST(ScopedTempDir, TempDir) { in TEST() argument
/external/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp76 static void saveTempBitcode(const Module &TheModule, StringRef TempDir, in saveTempBitcode() argument
78 if (TempDir.empty()) in saveTempBitcode()
81 auto SaveTempPath = TempDir + llvm::utostr(count) + Suffix; in saveTempBitcode()
/external/llvm/tools/llvm-go/
Dllvm-go.go153 tmpgopath, err := ioutil.TempDir("", "gopath")
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
Dgtest-filepath_test.cc495 TempDir() + GetCurrentExecutableName().string() + in SetUp()
517 std::string TempDir() const { in TempDir() function in testing::internal::__anon101ec7020111::DirectoryCreationTest
/external/google-breakpad/src/testing/gtest/test/
Dgtest-filepath_test.cc513 TempDir().c_str(), GetCurrentExecutableName().c_str(), in SetUp()
535 String TempDir() const { in TempDir() function in testing::internal::__anon54fa5ce10111::DirectoryCreationTest
/external/protobuf/gtest/test/
Dgtest-filepath_test.cc507 TempDir().c_str(), GetCurrentExecutableName().c_str(), in SetUp()
529 String TempDir() const { in TempDir() function in testing::internal::__anon5ae3c7ea0111::DirectoryCreationTest
/external/libmojo/mojo/public/tools/bindings/generators/
Dmojom_java_generator.py393 def TempDir(): function
533 with TempDir() as temp_java_root:
/external/boringssl/src/util/
Drun_android_tests.go199 tmpDir, err := ioutil.TempDir("", "boringssl-android")
/external/google-breakpad/src/tools/mac/upload_system_symbols/
Dupload_system_symbols.go129 if p, err := ioutil.TempDir("", "upload_system_symbols"); err != nil {
/external/googletest/googletest/src/
Dgtest-port.cc957 ::std::string name_template_buf = TempDir() + "gtest_captured_stream.XXXXXX"; in CapturedStream()
1044 std::string TempDir() { in TempDir() function
/external/swiftshader/third_party/LLVM/lib/Support/Unix/
DPathV2.inc75 error_code TempDir(SmallVectorImpl<char> &result) {
360 if (error_code ec = TempDir(TDir)) return ec;
/external/libmojo/build/android/gyp/util/
Dbuild_utils.py36 def TempDir(): function
/external/swiftshader/third_party/LLVM/lib/Support/Windows/
DPathV2.inc99 error_code TempDir(SmallVectorImpl<wchar_t> &result) {
541 if (error_code ec = TempDir(temp_dir)) return ec;
/external/v8/testing/gtest/test/
Dgtest-filepath_test.cc495 TempDir() + GetCurrentExecutableName().string() + in SetUp()
Dgtest_unittest.cc6413 internal::TempDir() + internal::GetCurrentExecutableName().string() + in SetUp()
/external/googletest/googletest/test/
Dgtest-filepath_test.cc495 TempDir() + GetCurrentExecutableName().string() + in SetUp()
Dgtest_unittest.cc6413 internal::TempDir() + internal::GetCurrentExecutableName().string() + in SetUp()
/external/llvm/lib/Support/Unix/
DPath.inc686 static bool getDarwinConfDir(bool TempDir, SmallVectorImpl<char> &Result) {
690 int ConfName = TempDir ? _CS_DARWIN_USER_TEMP_DIR
/external/v8/testing/gtest/src/
Dgtest-port.cc1040 std::string TempDir() { in TempDir() function
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest-port.cc1058 std::string TempDir() { in TempDir() function
/external/googletest/googletest/include/gtest/internal/
Dgtest-port.h1422 GTEST_API_ std::string TempDir();
/external/v8/testing/gtest/include/gtest/internal/
Dgtest-port.h1421 GTEST_API_ std::string TempDir();
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
Dgtest-port.h1422 GTEST_API_ std::string TempDir();