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

  /external/webrtc/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 134 inline bool GetTemporaryFolder(Pathname& path, bool create,
139 return Filesystem::GetTemporaryFolder(path, create, &application_name)
150 if (!GetTemporaryFolder(path, false, ""))
win32filesystem.h 83 virtual bool GetTemporaryFolder(Pathname &path, bool create,
unixfilesystem.h 93 bool GetTemporaryFolder(Pathname& path,
fileutils.h 205 virtual bool GetTemporaryFolder(Pathname &path, bool create,
347 static bool GetTemporaryFolder(Pathname &path, bool create,
349 return EnsureDefaultFilesystem()->GetTemporaryFolder(path, create, append);
logging_unittest.cc 133 EXPECT_TRUE(Filesystem::GetTemporaryFolder(path, true, NULL));
unixfilesystem.cc 172 bool UnixFilesystem::GetTemporaryFolder(Pathname &pathname, bool create,
496 if (!GetTemporaryFolder(*path, true, &folder))
win32filesystem.cc 198 bool Win32Filesystem::GetTemporaryFolder(Pathname &pathname, bool create,
379 return GetTemporaryFolder(*path, true, &filename);
fileutils.cc 242 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));

Completed in 451 milliseconds