Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dpathutils.h142 inline bool GetAppDataFolder(Pathname& path, bool create, in GetAppDataFolder() function
145 return Filesystem::GetAppDataFolder(&path, true) in GetAppDataFolder()
Dfileutils.h226 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()
Dwin32filesystem.h89 virtual bool GetAppDataFolder(Pathname* path, bool per_user);
Dunixfilesystem.h105 bool GetAppDataFolder(Pathname* path, bool per_user) override;
Dfileutils_unittest.cc91 ASSERT_TRUE(Filesystem::GetAppDataFolder(&path, true)); in TEST()
Dfileutils_mock.h227 bool GetAppDataFolder(Pathname *path, bool per_user) { in GetAppDataFolder() function
Dwin32filesystem.cc347 bool Win32Filesystem::GetAppDataFolder(Pathname* path, bool per_user) { in GetAppDataFolder() function in rtc::Win32Filesystem
Dunixfilesystem.cc390 bool UnixFilesystem::GetAppDataFolder(Pathname* path, bool per_user) { in GetAppDataFolder() function in rtc::UnixFilesystem