Searched refs:GetTemporaryFolder (Results 1 – 11 of 11) sorted by relevance
/external/webrtc/webrtc/base/ |
D | fileutils_unittest.cc | 19 TEST(FilesystemTest, GetTemporaryFolder) { in TEST() argument 21 EXPECT_TRUE(Filesystem::GetTemporaryFolder(path, true, NULL)); in TEST() 27 EXPECT_TRUE(Filesystem::GetTemporaryFolder(path, true, NULL)); in TEST() 55 EXPECT_TRUE(Filesystem::GetTemporaryFolder(path, true, NULL)); in TEST() 68 EXPECT_TRUE(Filesystem::GetTemporaryFolder(path, true, NULL)); in TEST()
|
D | pathutils.h | 134 inline bool GetTemporaryFolder(Pathname& path, bool create, in GetTemporaryFolder() function 139 return Filesystem::GetTemporaryFolder(path, create, &application_name) in GetTemporaryFolder() 150 if (!GetTemporaryFolder(path, false, "")) in CleanupTemporaryFolder()
|
D | fileutils.h | 205 virtual bool GetTemporaryFolder(Pathname &path, bool create, 347 static bool GetTemporaryFolder(Pathname &path, bool create, in GetTemporaryFolder() function 349 return EnsureDefaultFilesystem()->GetTemporaryFolder(path, create, append); in GetTemporaryFolder()
|
D | win32filesystem.h | 83 virtual bool GetTemporaryFolder(Pathname &path, bool create,
|
D | unixfilesystem.h | 93 bool GetTemporaryFolder(Pathname& path,
|
D | win32filesystem.cc | 198 bool Win32Filesystem::GetTemporaryFolder(Pathname &pathname, bool create, in GetTemporaryFolder() function in rtc::Win32Filesystem 379 return GetTemporaryFolder(*path, true, &filename); in GetAppTempFolder()
|
D | unixfilesystem.cc | 172 bool UnixFilesystem::GetTemporaryFolder(Pathname &pathname, bool create, in GetTemporaryFolder() function in rtc::UnixFilesystem 496 if (!GetTemporaryFolder(*path, true, &folder)) in GetAppTempFolder()
|
D | logging_unittest.cc | 133 EXPECT_TRUE(Filesystem::GetTemporaryFolder(path, true, NULL)); in TEST()
|
D | fileutils_mock.h | 205 bool GetTemporaryFolder(Pathname &path, bool create, in GetTemporaryFolder() function
|
D | fileutils.cc | 242 if (!Filesystem::GetTemporaryFolder(temporary_path, true, NULL)) { in DirectoryIterator()
|
D | optionsfile_unittest.cc | 40 ASSERT(Filesystem::GetTemporaryFolder(dir, true, NULL)); in OptionsFileTest()
|