Home
last modified time | relevance | path

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

/external/chromium/third_party/libjingle/source/talk/base/
Dpathutils.h157 inline bool GetAppDataFolder(Pathname& path, bool create, in GetAppDataFolder() function
160 return Filesystem::GetAppDataFolder(&path, true) in GetAppDataFolder()
Dfileutils.h245 virtual bool GetAppDataFolder(Pathname* path, bool per_user) = 0;
389 static bool GetAppDataFolder(Pathname* path, bool per_user) { in GetAppDataFolder() function
390 return EnsureDefaultFilesystem()->GetAppDataFolder(path, per_user); in GetAppDataFolder()
Dwin32filesystem.h106 virtual bool GetAppDataFolder(Pathname* path, bool per_user);
Dunixfilesystem.h98 virtual bool GetAppDataFolder(Pathname* path, bool per_user);
Dunixfilesystem.cc379 bool UnixFilesystem::GetAppDataFolder(Pathname* path, bool per_user) { in GetAppDataFolder() function in talk_base::UnixFilesystem
Dwin32filesystem.cc363 bool Win32Filesystem::GetAppDataFolder(Pathname* path, bool per_user) { in GetAppDataFolder() function in talk_base::Win32Filesystem