Home
last modified time | relevance | path

Searched refs:GetAppTempFolder (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/webrtc/base/
Dfileutils.h232 virtual bool GetAppTempFolder(Pathname* path) = 0;
374 static bool GetAppTempFolder(Pathname* path) { in GetAppTempFolder() function
375 return EnsureDefaultFilesystem()->GetAppTempFolder(path); in GetAppTempFolder()
Dwin32filesystem.h92 virtual bool GetAppTempFolder(Pathname* path);
Dunixfilesystem.h108 bool GetAppTempFolder(Pathname* path) override;
Dfilerotatingstream_unittest.cc30 ASSERT_TRUE(Filesystem::GetAppTempFolder(&test_path)); in Init()
189 ASSERT_TRUE(Filesystem::GetAppTempFolder(&test_path)); in Init()
Dfileutils_mock.h236 bool GetAppTempFolder(Pathname *path) { in GetAppTempFolder() function
Dfileutils.cc222 if (!GetAppTempFolder(&path)) in DirectoryIterator()
Dwin32filesystem.cc375 bool Win32Filesystem::GetAppTempFolder(Pathname* path) { in GetAppTempFolder() function in rtc::Win32Filesystem
Dunixfilesystem.cc476 bool UnixFilesystem::GetAppTempFolder(Pathname* path) { in GetAppTempFolder() function in rtc::UnixFilesystem