Searched refs:GetAppDataFolder (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dpathutils.h157 inline bool GetAppDataFolder(Pathname& path, bool create, function in namespace:talk_base
159 ASSERT(!create); // TODO: Support create flag on Filesystem::GetAppDataFolder.
160 return Filesystem::GetAppDataFolder(&path, true)
H A Dwin32filesystem.h106 virtual bool GetAppDataFolder(Pathname* path, bool per_user);
H A Dunixfilesystem.h120 virtual bool GetAppDataFolder(Pathname* path, bool per_user);
H A Dfileutils.h248 virtual bool GetAppDataFolder(Pathname* path, bool per_user) = 0;
392 static bool GetAppDataFolder(Pathname* path, bool per_user) { function in class:talk_base::Filesystem
393 return EnsureDefaultFilesystem()->GetAppDataFolder(path, per_user);
H A Dfileutils_unittest.cc108 ASSERT_TRUE(Filesystem::GetAppDataFolder(&path, true));
H A Dfileutils_mock.h244 bool GetAppDataFolder(Pathname *path, bool per_user) { function in class:talk_base::FakeFileSystem
H A Dunixfilesystem.cc406 bool UnixFilesystem::GetAppDataFolder(Pathname* path, bool per_user) { function in class:talk_base::UnixFilesystem
434 // GetAppDataFolder() does not distinguish. We just return the config dir
H A Dwin32filesystem.cc363 bool Win32Filesystem::GetAppDataFolder(Pathname* path, bool per_user) { function in class:talk_base::Win32Filesystem
/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.h89 virtual bool GetAppDataFolder(Pathname* path, bool per_user);
H A Dunixfilesystem.h103 virtual bool GetAppDataFolder(Pathname* path, bool per_user);
H A Dfileutils.h231 virtual bool GetAppDataFolder(Pathname* path, bool per_user) = 0;
375 static bool GetAppDataFolder(Pathname* path, bool per_user) { function in class:rtc::Filesystem
376 return EnsureDefaultFilesystem()->GetAppDataFolder(path, per_user);
H A Dfileutils_unittest.cc91 ASSERT_TRUE(Filesystem::GetAppDataFolder(&path, true));
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
H A Dwin32filesystem.cc346 bool Win32Filesystem::GetAppDataFolder(Pathname* path, bool per_user) { function in class:rtc::Win32Filesystem

Completed in 221 milliseconds