Searched refs:policy_path (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/components/policy/core/common/cloud/
H A Duser_cloud_policy_store.cc74 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
73 LoadPolicyFromDisk( const base::FilePath& policy_path, const base::FilePath& key_path) argument
131 StorePolicyToDiskOnBackgroundThread( const base::FilePath& policy_path, const base::FilePath& key_path, const std::string& verification_key, const em::PolicyFetchResponse& policy) argument
165 UserCloudPolicyStore( const base::FilePath& policy_path, const base::FilePath& key_path, const std::string& verification_key, scoped_refptr<base::SequencedTaskRunner> background_task_runner) argument
[all...]
/external/chromium_org/chrome/browser/policy/test/
H A Dpolicy_testserver.py866 def __init__(self, server_address, data_dir, policy_path, client_state_file,
872 policy_path: Names the file to read JSON-formatted policy from.
879 self.policy_path = policy_path
954 policy = json.loads(open(self.policy_path).read(), strict=False)
956 print 'Failed to load policy from %s' % self.policy_path

Completed in 547 milliseconds