HomeSort by relevance Sort by last modified time
    Searched defs:GetAppDataFolder (Results 1 - 9 of 9) sorted by null

  /external/chromium/third_party/libjingle/source/talk/base/
pathutils.h 157 inline bool GetAppDataFolder(Pathname& path, bool create,
159 ASSERT(!create); // TODO: Support create flag on Filesystem::GetAppDataFolder.
160 return Filesystem::GetAppDataFolder(&path, true)
fileutils.h 245 virtual bool GetAppDataFolder(Pathname* path, bool per_user) = 0;
389 static bool GetAppDataFolder(Pathname* path, bool per_user) {
390 return EnsureDefaultFilesystem()->GetAppDataFolder(path, per_user);
unixfilesystem.cc 379 bool UnixFilesystem::GetAppDataFolder(Pathname* path, bool per_user) {
408 // GetAppDataFolder() does not distinguish. We just return the config dir
win32filesystem.cc 363 bool Win32Filesystem::GetAppDataFolder(Pathname* path, bool per_user) {
  /external/chromium_org/third_party/libjingle/source/talk/base/
pathutils.h 157 inline bool GetAppDataFolder(Pathname& path, bool create,
159 ASSERT(!create); // TODO: Support create flag on Filesystem::GetAppDataFolder.
160 return Filesystem::GetAppDataFolder(&path, true)
fileutils.h 247 virtual bool GetAppDataFolder(Pathname* path, bool per_user) = 0;
391 static bool GetAppDataFolder(Pathname* path, bool per_user) {
392 return EnsureDefaultFilesystem()->GetAppDataFolder(path, per_user);
fileutils_mock.h 244 bool GetAppDataFolder(Pathname *path, bool per_user) {
unixfilesystem.cc 377 bool UnixFilesystem::GetAppDataFolder(Pathname* path, bool per_user) {
405 // GetAppDataFolder() does not distinguish. We just return the config dir
win32filesystem.cc 363 bool Win32Filesystem::GetAppDataFolder(Pathname* path, bool per_user) {

Completed in 591 milliseconds