Home
last modified time | relevance | path

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

/external/libbrillo/policy/
Ddevice_policy_impl.h107 keyfile_path_ = keyfile_path; in set_key_file_path_for_testing()
129 base::FilePath keyfile_path_; variable
Ddevice_policy_impl.cc173 : 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()