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

  /external/webrtc/webrtc/base/
pathutils.h 142 inline bool GetAppDataFolder(Pathname& path, bool create,
144 ASSERT(!create); // TODO: Support create flag on Filesystem::GetAppDataFolder.
145 return Filesystem::GetAppDataFolder(&path, true)
win32filesystem.h 89 virtual bool GetAppDataFolder(Pathname* path, bool per_user);
unixfilesystem.h 105 bool GetAppDataFolder(Pathname* path, bool per_user) override;
fileutils.h 226 virtual bool GetAppDataFolder(Pathname* path, bool per_user) = 0;
370 static bool GetAppDataFolder(Pathname* path, bool per_user) {
371 return EnsureDefaultFilesystem()->GetAppDataFolder(path, per_user);
fileutils_unittest.cc 91 ASSERT_TRUE(Filesystem::GetAppDataFolder(&path, true));
fileutils_mock.h 227 bool GetAppDataFolder(Pathname *path, bool per_user) {
unixfilesystem.cc 390 bool UnixFilesystem::GetAppDataFolder(Pathname* path, bool per_user) {
418 // GetAppDataFolder() does not distinguish. We just return the config dir
win32filesystem.cc 347 bool Win32Filesystem::GetAppDataFolder(Pathname* path, bool per_user) {

Completed in 1035 milliseconds