Searched defs:GetTempDir (Results 1 - 11 of 11) sorted by relevance

/external/chromium/testing/gtest/test/
H A Dgtest_test_utils.py132 def GetTempDir(): function
/external/chromium_org/testing/gtest/test/
H A Dgtest_test_utils.py132 def GetTempDir(): function
/external/gtest/test/
H A Dgtest_test_utils.py132 def GetTempDir(): function
/external/protobuf/gtest/test/
H A Dgtest_test_utils.py131 def GetTempDir(): function
/external/chromium_org/third_party/protobuf/src/google/protobuf/testing/
H A Dgoogletest.cc122 string GetTempDir() { function in class:google::protobuf::__anon13439::TempDirDeleter
143 return temp_dir_deleter_.GetTempDir();
/external/protobuf/src/google/protobuf/testing/
H A Dgoogletest.cc122 string GetTempDir() { function in class:google::protobuf::__anon23980::TempDirDeleter
143 return temp_dir_deleter_.GetTempDir();
/external/chromium_org/third_party/leveldatabase/src/db/
H A Dc_test.c22 static const char* GetTempDir(void) { function
173 GetTempDir(),
/external/chromium_org/base/
H A Dfile_util_win.cc232 bool GetTempDir(FilePath* path) { function in namespace:file_util
247 return GetTempDir(path);
255 if (!GetTempDir(path))
342 if (!GetTempDir(&system_temp_dir))
H A Dfile_util_posix.cc432 if (!GetTempDir(&directory))
498 if (!GetTempDir(&tmpdir))
708 bool GetTempDir(FilePath* path) { function in namespace:file_util
768 return GetTempDir(path);
794 if (file_util::GetTempDir(&rv))
/external/chromium/base/
H A Dfile_util_posix.cc416 if (!GetTempDir(&directory))
482 if (!GetTempDir(&tmpdir))
815 bool GetTempDir(FilePath* path) { function in namespace:file_util
843 if (file_util::GetTempDir(&rv))
H A Dfile_util_win.cc543 bool GetTempDir(FilePath* path) { function in namespace:file_util
558 return GetTempDir(path);
566 if (!GetTempDir(path))
650 if (!GetTempDir(&system_temp_dir))

Completed in 332 milliseconds