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

  /external/chromium_org/components/policy/core/common/cloud/
user_cloud_policy_store.cc 74 const base::FilePath& policy_path,
80 if (!base::PathExists(policy_path)) {
86 if (!base::ReadFileToString(policy_path, &data, kPolicySizeLimit) ||
89 << policy_path.value();
132 const base::FilePath& policy_path,
136 DVLOG(1) << "Storing policy to " << policy_path.value();
143 if (!WriteStringToFile(policy_path, data))
166 const base::FilePath& policy_path,
171 policy_path_(policy_path),
183 base::FilePath policy_path local
    [all...]
  /external/chromium_org/chrome/browser/policy/test/
policy_testserver.py     [all...]

Completed in 76 milliseconds