Searched refs:GetAppDataFolder (Results 1 – 8 of 8) sorted by relevance
/external/webrtc/webrtc/base/ |
D | pathutils.h | 142 inline bool GetAppDataFolder(Pathname& path, bool create, in GetAppDataFolder() function 145 return Filesystem::GetAppDataFolder(&path, true) in GetAppDataFolder()
|
D | fileutils.h | 226 virtual bool GetAppDataFolder(Pathname* path, bool per_user) = 0; 370 static bool GetAppDataFolder(Pathname* path, bool per_user) { in GetAppDataFolder() function 371 return EnsureDefaultFilesystem()->GetAppDataFolder(path, per_user); in GetAppDataFolder()
|
D | win32filesystem.h | 89 virtual bool GetAppDataFolder(Pathname* path, bool per_user);
|
D | unixfilesystem.h | 105 bool GetAppDataFolder(Pathname* path, bool per_user) override;
|
D | fileutils_unittest.cc | 91 ASSERT_TRUE(Filesystem::GetAppDataFolder(&path, true)); in TEST()
|
D | fileutils_mock.h | 227 bool GetAppDataFolder(Pathname *path, bool per_user) { in GetAppDataFolder() function
|
D | win32filesystem.cc | 347 bool Win32Filesystem::GetAppDataFolder(Pathname* path, bool per_user) { in GetAppDataFolder() function in rtc::Win32Filesystem
|
D | unixfilesystem.cc | 390 bool UnixFilesystem::GetAppDataFolder(Pathname* path, bool per_user) { in GetAppDataFolder() function in rtc::UnixFilesystem
|