HomeSort by relevance Sort by last modified time
    Searched refs:GetTempDir (Results 1 - 13 of 13) sorted by null

  /external/chromium/base/
base_paths.cc 27 if (!file_util::GetTempDir(&cur))
file_util_linux.cc 18 bool GetTempDir(FilePath* path) {
scoped_temp_dir_unittest.cc 53 EXPECT_TRUE(file_util::GetTempDir(&tmp_dir));
sys_info_unittest.cc 26 ASSERT_TRUE(file_util::GetTempDir(&tmp_path));
file_util.cc 198 if (!GetTempDir(&directory))
379 bool GetTempDir(std::wstring* path_str) {
381 if (!GetTempDir(&path))
file_util.h 266 bool GetTempDir(FilePath* path);
268 bool GetTempDir(std::wstring* path);
270 // Only useful on POSIX; redirects to GetTempDir() on Windows.
file_util_win.cc 426 bool GetTempDir(FilePath* path) {
439 return GetTempDir(path);
445 if (!GetTempDir(path))
498 if (!GetTempDir(&system_temp_dir))
file_util_posix.cc 382 if (!GetTempDir(&directory))
415 if (!GetTempDir(&tmpdir))
file_util_unittest.cc     [all...]
  /external/protobuf/gtest/test/
gtest_xml_outfiles_test.py 71 self.output_dir_ = os.path.join(gtest_test_utils.GetTempDir(),
102 working_dir=gtest_test_utils.GetTempDir())
gtest_test_utils.py 131 def GetTempDir():
gtest_filter_unittest.py 546 shard_status_file = os.path.join(gtest_test_utils.GetTempDir(),
560 shard_status_file = os.path.join(gtest_test_utils.GetTempDir(),
  /external/protobuf/src/google/protobuf/testing/
googletest.cc 122 string GetTempDir() {
143 return temp_dir_deleter_.GetTempDir();

Completed in 133 milliseconds