Home
last modified time | relevance | path

Searched refs:VerifyPolicyFile (Results 1 – 2 of 2) sorted by relevance

/external/libbrillo/policy/
Ddevice_policy_impl.h120 bool VerifyPolicyFile(const base::FilePath& policy_path);
Ddevice_policy_impl.cc707 bool DevicePolicyImpl::VerifyPolicyFile(const base::FilePath& policy_path) { in VerifyPolicyFile() function in policy::DevicePolicyImpl
776 if (verify_policy && !VerifyPolicyFile(policy_path)) { in LoadPolicyFromFile()