Home
last modified time | relevance | path

Searched refs:policy_path_ (Results 1 – 3 of 3) sorted by relevance

/external/libbrillo/policy/
Ddevice_policy_impl.cc99 : policy_path_(kPolicyPath), in DevicePolicyImpl()
112 if (!base::ReadFileToString(policy_path_, &polstr) || polstr.empty()) { in LoadPolicy()
427 if (!base::PathExists(policy_path_) || !base::PathExists(keyfile_path_)) { in VerifyPolicyFiles()
433 stat(policy_path_.value().c_str(), &file_stat); in VerifyPolicyFiles()
Ddevice_policy_impl.h70 base::FilePath policy_path_; variable
/external/libbrillo/policy/tests/
Dlibpolicy_unittest.cc34 policy_path_ = policy_path; in MockDevicePolicyImpl()