Searched refs:policy_path_ (Results 1 – 3 of 3) sorted by relevance
99 : 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()
70 base::FilePath policy_path_; variable
34 policy_path_ = policy_path; in MockDevicePolicyImpl()