Searched refs:keyfile_path_ (Results 1 – 2 of 2) sorted by relevance
107 keyfile_path_ = keyfile_path; in set_key_file_path_for_testing()129 base::FilePath keyfile_path_; variable
173 : policy_path_(kPolicyPath), keyfile_path_(kPublicKeyPath) {} in DevicePolicyImpl()668 if (!base::PathExists(policy_path) || !base::PathExists(keyfile_path_)) { in VerifyPolicyFile()679 stat(keyfile_path_.value().c_str(), &file_stat); in VerifyPolicyFile()692 if (!ReadPublicKeyFromFile(base::FilePath(keyfile_path_), &public_key)) { in VerifyPolicySignature()