OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:keyfile_path_
(Results
1 - 3
of
3
) sorted by null
/external/libbrillo/policy/
device_policy_impl.h
67
base::FilePath
keyfile_path_
;
member in class:policy::DevicePolicyImpl
device_policy_impl.cc
100
keyfile_path_
(kPublicKeyPath) {
394
if (!base::PathExists(policy_path_) || !base::PathExists(
keyfile_path_
)) {
405
stat(
keyfile_path_
.value().c_str(), &file_stat);
418
if (!ReadPublicKeyFromFile(base::FilePath(
keyfile_path_
), &public_key)) {
/external/libbrillo/policy/tests/
libpolicy_unittest.cc
35
keyfile_path_
= keyfile_path;
Completed in 464 milliseconds