Lines Matching refs:FilePath
16 const base::FilePath::CharType kDefaultAppOrderFileName[] =
23 const base::FilePath::CharType kDefaultUserPolicyKeysDir[] =
26 const base::FilePath::CharType kOwnerKeyFileName[] =
29 const base::FilePath::CharType kInstallAttributesFileName[] =
32 const base::FilePath::CharType kUptimeFileName[] =
35 const base::FilePath::CharType kUpdateRebootNeededUptimeFile[] =
38 const base::FilePath::CharType kDeviceLocalAccountExtensionDir[] =
41 const base::FilePath::CharType kDeviceLocalAccountExternalDataDir[] =
44 const base::FilePath::CharType kDeviceLocalAccountComponentPolicy[] =
47 bool PathProvider(int key, base::FilePath* result) {
50 *result = base::FilePath(kDefaultAppOrderFileName);
53 *result = base::FilePath(kDefaultUserPolicyKeysDir);
56 *result = base::FilePath(kOwnerKeyFileName);
59 *result = base::FilePath(kInstallAttributesFileName);
62 *result = base::FilePath(kUptimeFileName);
65 *result = base::FilePath(kUpdateRebootNeededUptimeFile);
68 *result = base::FilePath(kDeviceLocalAccountExtensionDir);
71 *result = base::FilePath(kDeviceLocalAccountExternalDataDir);
74 *result = base::FilePath(kDeviceLocalAccountComponentPolicy);
88 void RegisterStubPathOverrides(const base::FilePath& stubs_dir) {
92 base::FilePath parent = base::MakeAbsoluteFilePath(stubs_dir);