Searched refs:GetAppTempFolder (Results 1 – 8 of 8) sorted by relevance
232 virtual bool GetAppTempFolder(Pathname* path) = 0;374 static bool GetAppTempFolder(Pathname* path) { in GetAppTempFolder() function375 return EnsureDefaultFilesystem()->GetAppTempFolder(path); in GetAppTempFolder()
92 virtual bool GetAppTempFolder(Pathname* path);
108 bool GetAppTempFolder(Pathname* path) override;
30 ASSERT_TRUE(Filesystem::GetAppTempFolder(&test_path)); in Init()189 ASSERT_TRUE(Filesystem::GetAppTempFolder(&test_path)); in Init()
236 bool GetAppTempFolder(Pathname *path) { in GetAppTempFolder() function
222 if (!GetAppTempFolder(&path)) in DirectoryIterator()
375 bool Win32Filesystem::GetAppTempFolder(Pathname* path) { in GetAppTempFolder() function in rtc::Win32Filesystem
476 bool UnixFilesystem::GetAppTempFolder(Pathname* path) { in GetAppTempFolder() function in rtc::UnixFilesystem