Searched refs:keyfile_path_ (Results 1 – 2 of 2) sorted by relevance
112 keyfile_path_ = keyfile_path; in set_key_file_path_for_testing()134 base::FilePath keyfile_path_; variable
179 : policy_path_(kPolicyPath), keyfile_path_(kPublicKeyPath) {} in DevicePolicyImpl()713 if (!base::PathExists(policy_path) || !base::PathExists(keyfile_path_)) { in VerifyPolicyFile()724 stat(keyfile_path_.value().c_str(), &file_stat); in VerifyPolicyFile()737 if (!ReadPublicKeyFromFile(base::FilePath(keyfile_path_), &public_key)) { in VerifyPolicySignature()