/external/llvm/unittests/Support/ |
D | Path.cpp | 356 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/ |
D | scoped_temp_dir_unittest.cc | 49 TEST(ScopedTempDir, TempDir) { in TEST() argument
|
/external/llvm/lib/LTO/ |
D | ThinLTOCodeGenerator.cpp | 76 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/ |
D | llvm-go.go | 153 tmpgopath, err := ioutil.TempDir("", "gopath")
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/ |
D | gtest-filepath_test.cc | 495 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/ |
D | gtest-filepath_test.cc | 513 TempDir().c_str(), GetCurrentExecutableName().c_str(), in SetUp() 535 String TempDir() const { in TempDir() function in testing::internal::__anon54fa5ce10111::DirectoryCreationTest
|
/external/protobuf/gtest/test/ |
D | gtest-filepath_test.cc | 507 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/ |
D | mojom_java_generator.py | 393 def TempDir(): function 533 with TempDir() as temp_java_root:
|
/external/boringssl/src/util/ |
D | run_android_tests.go | 199 tmpDir, err := ioutil.TempDir("", "boringssl-android")
|
/external/google-breakpad/src/tools/mac/upload_system_symbols/ |
D | upload_system_symbols.go | 129 if p, err := ioutil.TempDir("", "upload_system_symbols"); err != nil {
|
/external/googletest/googletest/src/ |
D | gtest-port.cc | 957 ::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/ |
D | PathV2.inc | 75 error_code TempDir(SmallVectorImpl<char> &result) { 360 if (error_code ec = TempDir(TDir)) return ec;
|
/external/libmojo/build/android/gyp/util/ |
D | build_utils.py | 36 def TempDir(): function
|
/external/swiftshader/third_party/LLVM/lib/Support/Windows/ |
D | PathV2.inc | 99 error_code TempDir(SmallVectorImpl<wchar_t> &result) { 541 if (error_code ec = TempDir(temp_dir)) return ec;
|
/external/v8/testing/gtest/test/ |
D | gtest-filepath_test.cc | 495 TempDir() + GetCurrentExecutableName().string() + in SetUp()
|
D | gtest_unittest.cc | 6413 internal::TempDir() + internal::GetCurrentExecutableName().string() + in SetUp()
|
/external/googletest/googletest/test/ |
D | gtest-filepath_test.cc | 495 TempDir() + GetCurrentExecutableName().string() + in SetUp()
|
D | gtest_unittest.cc | 6413 internal::TempDir() + internal::GetCurrentExecutableName().string() + in SetUp()
|
/external/llvm/lib/Support/Unix/ |
D | Path.inc | 686 static bool getDarwinConfDir(bool TempDir, SmallVectorImpl<char> &Result) { 690 int ConfName = TempDir ? _CS_DARWIN_USER_TEMP_DIR
|
/external/v8/testing/gtest/src/ |
D | gtest-port.cc | 1040 std::string TempDir() { in TempDir() function
|
/external/libvpx/libvpx/third_party/googletest/src/src/ |
D | gtest-port.cc | 1058 std::string TempDir() { in TempDir() function
|
/external/googletest/googletest/include/gtest/internal/ |
D | gtest-port.h | 1422 GTEST_API_ std::string TempDir();
|
/external/v8/testing/gtest/include/gtest/internal/ |
D | gtest-port.h | 1421 GTEST_API_ std::string TempDir();
|
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/ |
D | gtest-port.h | 1422 GTEST_API_ std::string TempDir();
|