Searched defs:per_user (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
H A Dwin32filesystem.cc346 bool Win32Filesystem::GetAppDataFolder(Pathname* path, bool per_user) { argument
350 int csidl = per_user ? CSIDL_LOCAL_APPDATA : CSIDL_COMMON_APPDATA;
H A Dfileutils.h228 // for sharing data between executions of the app. If the per_user arg is
230 virtual bool GetAppDataFolder(Pathname* path, bool per_user) = 0;
374 static bool GetAppDataFolder(Pathname* path, bool per_user) { argument
375 return EnsureDefaultFilesystem()->GetAppDataFolder(path, per_user);
H A Dfileutils_mock.h227 bool GetAppDataFolder(Pathname *path, bool per_user) { argument
228 EXPECT_TRUE(per_user) << "Unsupported operation";
H A Dunixfilesystem.cc389 bool UnixFilesystem::GetAppDataFolder(Pathname* path, bool per_user) { argument
395 if (per_user) {
413 if (per_user) {

Completed in 56 milliseconds