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

  /external/chromium_org/third_party/libjingle/source/talk/base/
fileutils_unittest.cc 36 TEST(FilesystemTest, GetTemporaryFolder) {
38 EXPECT_TRUE(Filesystem::GetTemporaryFolder(path, true, NULL));
44 EXPECT_TRUE(Filesystem::GetTemporaryFolder(path, true, NULL));
72 EXPECT_TRUE(Filesystem::GetTemporaryFolder(path, true, NULL));
85 EXPECT_TRUE(Filesystem::GetTemporaryFolder(path, true, NULL));
pathutils.h 149 inline bool GetTemporaryFolder(Pathname& path, bool create,
154 return Filesystem::GetTemporaryFolder(path, create, &application_name)
165 if (!GetTemporaryFolder(path, false, ""))
unixfilesystem.h 110 virtual bool GetTemporaryFolder(Pathname &path, bool create,
win32filesystem.h 100 virtual bool GetTemporaryFolder(Pathname &path, bool create,
fileutils.h 227 virtual bool GetTemporaryFolder(Pathname &path, bool create,
369 static bool GetTemporaryFolder(Pathname &path, bool create,
371 return EnsureDefaultFilesystem()->GetTemporaryFolder(path, create, append);
logging_unittest.cc 133 EXPECT_TRUE(Filesystem::GetTemporaryFolder(path, true, NULL));
unixfilesystem.cc 188 bool UnixFilesystem::GetTemporaryFolder(Pathname &pathname, bool create,
512 if (!GetTemporaryFolder(*path, true, &folder))
win32filesystem.cc 214 bool Win32Filesystem::GetTemporaryFolder(Pathname &pathname, bool create,
395 return GetTemporaryFolder(*path, true, &filename);
fileutils.cc 258 if (!Filesystem::GetTemporaryFolder(temporary_path, true, NULL)) {
fileutils_mock.h 222 bool GetTemporaryFolder(Pathname &path, bool create,
optionsfile_unittest.cc 57 ASSERT(Filesystem::GetTemporaryFolder(dir, true, NULL));
  /external/chromium_org/third_party/webrtc/base/
fileutils_unittest.cc 19 TEST(FilesystemTest, GetTemporaryFolder) {
21 EXPECT_TRUE(Filesystem::GetTemporaryFolder(path, true, NULL));
27 EXPECT_TRUE(Filesystem::GetTemporaryFolder(path, true, NULL));
55 EXPECT_TRUE(Filesystem::GetTemporaryFolder(path, true, NULL));
68 EXPECT_TRUE(Filesystem::GetTemporaryFolder(path, true, NULL));
pathutils.h 132 inline bool GetTemporaryFolder(Pathname& path, bool create,
137 return Filesystem::GetTemporaryFolder(path, create, &application_name)
148 if (!GetTemporaryFolder(path, false, ""))
unixfilesystem.h 93 virtual bool GetTemporaryFolder(Pathname &path, bool create,
win32filesystem.h 83 virtual bool GetTemporaryFolder(Pathname &path, bool create,
fileutils.h 210 virtual bool GetTemporaryFolder(Pathname &path, bool create,
352 static bool GetTemporaryFolder(Pathname &path, bool create,
354 return EnsureDefaultFilesystem()->GetTemporaryFolder(path, create, append);
logging_unittest.cc 116 EXPECT_TRUE(Filesystem::GetTemporaryFolder(path, true, NULL));
unixfilesystem.cc 171 bool UnixFilesystem::GetTemporaryFolder(Pathname &pathname, bool create,
495 if (!GetTemporaryFolder(*path, true, &folder))
win32filesystem.cc 197 bool Win32Filesystem::GetTemporaryFolder(Pathname &pathname, bool create,
378 return GetTemporaryFolder(*path, true, &filename);
fileutils.cc 241 if (!Filesystem::GetTemporaryFolder(temporary_path, true, NULL)) {
fileutils_mock.h 205 bool GetTemporaryFolder(Pathname &path, bool create,
optionsfile_unittest.cc 40 ASSERT(Filesystem::GetTemporaryFolder(dir, true, NULL));
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
mediarecorder_unittest.cc 53 EXPECT_TRUE(talk_base::Filesystem::GetTemporaryFolder(path_, true, NULL));
187 EXPECT_TRUE(talk_base::Filesystem::GetTemporaryFolder(path, true, NULL));
262 EXPECT_TRUE(talk_base::Filesystem::GetTemporaryFolder(path, true, NULL));
channel_unittest.cc     [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
filemediaengine_unittest.cc 149 if (!talk_base::Filesystem::GetTemporaryFolder(temp_path, true, NULL)) {

Completed in 286 milliseconds