OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:policy_path_
(Results
1 - 3
of
3
) sorted by null
/external/libbrillo/policy/
device_policy_impl.cc
99
:
policy_path_
(kPolicyPath),
112
if (!base::ReadFileToString(
policy_path_
, &polstr) || polstr.empty()) {
394
if (!base::PathExists(
policy_path_
) || !base::PathExists(keyfile_path_)) {
400
stat(
policy_path_
.value().c_str(), &file_stat);
device_policy_impl.h
66
base::FilePath
policy_path_
;
member in class:policy::DevicePolicyImpl
/external/libbrillo/policy/tests/
libpolicy_unittest.cc
34
policy_path_
= policy_path;
Completed in 41 milliseconds