Searched refs:GetAppDataFolder (Results 1 – 6 of 6) sorted by relevance
/external/chromium/third_party/libjingle/source/talk/base/ |
D | pathutils.h | 157 inline bool GetAppDataFolder(Pathname& path, bool create, in GetAppDataFolder() function 160 return Filesystem::GetAppDataFolder(&path, true) in GetAppDataFolder()
|
D | fileutils.h | 245 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()
|
D | win32filesystem.h | 106 virtual bool GetAppDataFolder(Pathname* path, bool per_user);
|
D | unixfilesystem.h | 98 virtual bool GetAppDataFolder(Pathname* path, bool per_user);
|
D | unixfilesystem.cc | 379 bool UnixFilesystem::GetAppDataFolder(Pathname* path, bool per_user) { in GetAppDataFolder() function in talk_base::UnixFilesystem
|
D | win32filesystem.cc | 363 bool Win32Filesystem::GetAppDataFolder(Pathname* path, bool per_user) { in GetAppDataFolder() function in talk_base::Win32Filesystem
|