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

  /external/webrtc/webrtc/base/
win32filesystem.h 92 virtual bool GetAppTempFolder(Pathname* path);
unixfilesystem.h 108 bool GetAppTempFolder(Pathname* path) override;
fileutils.h 232 virtual bool GetAppTempFolder(Pathname* path) = 0;
234 // Delete the contents of the folder returned by GetAppTempFolder
374 static bool GetAppTempFolder(Pathname* path) {
375 return EnsureDefaultFilesystem()->GetAppTempFolder(path);
filerotatingstream_unittest.cc 30 ASSERT_TRUE(Filesystem::GetAppTempFolder(&test_path));
189 ASSERT_TRUE(Filesystem::GetAppTempFolder(&test_path));
fileutils.cc 222 if (!GetAppTempFolder(&path))
fileutils_mock.h 236 bool GetAppTempFolder(Pathname *path) {
unixfilesystem.cc 476 bool UnixFilesystem::GetAppTempFolder(Pathname* path) {
win32filesystem.cc 375 bool Win32Filesystem::GetAppTempFolder(Pathname* path) {

Completed in 499 milliseconds