Searched defs:GetAppDataFolder (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
H A Dpathutils.h140 inline bool GetAppDataFolder(Pathname& path, bool create, function in namespace:rtc
142 ASSERT(!create); // TODO: Support create flag on Filesystem::GetAppDataFolder.
143 return Filesystem::GetAppDataFolder(&path, true)
H A Dwin32filesystem.cc346 bool Win32Filesystem::GetAppDataFolder(Pathname* path, bool per_user) { function in class:rtc::Win32Filesystem
H A Dfileutils.h230 virtual bool GetAppDataFolder(Pathname* path, bool per_user) = 0;
374 static bool GetAppDataFolder(Pathname* path, bool per_user) { function in class:rtc::Filesystem
375 return EnsureDefaultFilesystem()->GetAppDataFolder(path, per_user);
H A Dfileutils_mock.h227 bool GetAppDataFolder(Pathname *path, bool per_user) { function in class:rtc::FakeFileSystem
H A Dunixfilesystem.cc389 bool UnixFilesystem::GetAppDataFolder(Pathname* path, bool per_user) { function in class:rtc::UnixFilesystem
417 // GetAppDataFolder() does not distinguish. We just return the config dir

Completed in 149 milliseconds