Home
last modified time | relevance | path

Searched refs:temp_dir_path (Results 1 – 12 of 12) sorted by relevance

/external/libchrome/base/metrics/
Dpersistent_histogram_storage_unittest.cc35 temp_dir_path().AppendASCII(kTestHistogramAllocatorName); in SetUp()
39 const FilePath& temp_dir_path() { return temp_dir_.GetPath(); } in temp_dir_path() function in base::PersistentHistogramStorageTest
63 persistent_histogram_storage->set_storage_base_dir(temp_dir_path()); in TEST_F()
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/
Dgtest-port.cc494 char temp_dir_path[MAX_PATH + 1] = { '\0' }; // NOLINT in CapturedStream() local
497 ::GetTempPathA(sizeof(temp_dir_path), temp_dir_path); in CapturedStream()
498 const UINT success = ::GetTempFileNameA(temp_dir_path, in CapturedStream()
503 << "Unable to create a temporary file in " << temp_dir_path; in CapturedStream()
/external/llvm/utils/unittest/googletest/src/
Dgtest-port.cc494 char temp_dir_path[MAX_PATH + 1] = { '\0' }; // NOLINT in CapturedStream() local
497 ::GetTempPathA(sizeof(temp_dir_path), temp_dir_path); in CapturedStream()
498 const UINT success = ::GetTempFileNameA(temp_dir_path, in CapturedStream()
503 << "Unable to create a temporary file in " << temp_dir_path; in CapturedStream()
/external/google-breakpad/src/testing/gtest/src/
Dgtest-port.cc518 char temp_dir_path[MAX_PATH + 1] = { '\0' }; // NOLINT in CapturedStream() local
521 ::GetTempPathA(sizeof(temp_dir_path), temp_dir_path); in CapturedStream()
522 const UINT success = ::GetTempFileNameA(temp_dir_path, in CapturedStream()
527 << "Unable to create a temporary file in " << temp_dir_path; in CapturedStream()
/external/google-breakpad/src/client/windows/unittests/
Dminidump_test.cc62 wchar_t temp_dir_path[ MAX_PATH ] = {0}; in MinidumpTest() local
63 ::GetTempPath(MAX_PATH, temp_dir_path); in MinidumpTest()
64 dump_path_ = temp_dir_path; in MinidumpTest()
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest-port.cc996 char temp_dir_path[MAX_PATH + 1] = { '\0' }; // NOLINT in CapturedStream() local
999 ::GetTempPathA(sizeof(temp_dir_path), temp_dir_path); in CapturedStream()
1000 const UINT success = ::GetTempFileNameA(temp_dir_path, in CapturedStream()
1005 << "Unable to create a temporary file in " << temp_dir_path; in CapturedStream()
/external/mesa3d/src/gtest/src/
Dgtest-port.cc938 char temp_dir_path[MAX_PATH + 1] = { '\0' }; // NOLINT in CapturedStream() local
941 ::GetTempPathA(sizeof(temp_dir_path), temp_dir_path); in CapturedStream()
942 const UINT success = ::GetTempFileNameA(temp_dir_path, in CapturedStream()
947 << "Unable to create a temporary file in " << temp_dir_path; in CapturedStream()
/external/libaom/libaom/third_party/googletest/src/googletest/src/
Dgtest-port.cc938 char temp_dir_path[MAX_PATH + 1] = { '\0' }; // NOLINT in CapturedStream() local
941 ::GetTempPathA(sizeof(temp_dir_path), temp_dir_path); in CapturedStream()
942 const UINT success = ::GetTempFileNameA(temp_dir_path, in CapturedStream()
947 << "Unable to create a temporary file in " << temp_dir_path; in CapturedStream()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/src/
Dgtest-port.cc938 char temp_dir_path[MAX_PATH + 1] = { '\0' }; // NOLINT in CapturedStream() local
941 ::GetTempPathA(sizeof(temp_dir_path), temp_dir_path); in CapturedStream()
942 const UINT success = ::GetTempFileNameA(temp_dir_path, in CapturedStream()
947 << "Unable to create a temporary file in " << temp_dir_path; in CapturedStream()
/external/googletest/googletest/src/
Dgtest-port.cc1075 char temp_dir_path[MAX_PATH + 1] = { '\0' }; // NOLINT in CapturedStream() local
1078 ::GetTempPathA(sizeof(temp_dir_path), temp_dir_path); in CapturedStream()
1079 const UINT success = ::GetTempFileNameA(temp_dir_path, in CapturedStream()
1084 << "Unable to create a temporary file in " << temp_dir_path; in CapturedStream()
/external/fonttools/Tests/ttx/
Dttx_test.py341 temp_dir_path = str(tmpdir)
342 tto = ttx.Options([("-d", temp_dir_path)], 1)
343 assert tto.outputDir == temp_dir_path
/external/epid-sdk/ext/gtest/
Dgtest-all.cc9491 char temp_dir_path[MAX_PATH + 1] = { '\0' }; // NOLINT in CapturedStream() local
9494 ::GetTempPathA(sizeof(temp_dir_path), temp_dir_path); in CapturedStream()
9495 const UINT success = ::GetTempFileNameA(temp_dir_path, in CapturedStream()
9500 << "Unable to create a temporary file in " << temp_dir_path; in CapturedStream()