Home
last modified time | relevance | path

Searched defs:policy_path (Results 1 – 10 of 10) sorted by relevance

/external/libbrillo/policy/
Dpolicy_util.cc13 const base::FilePath& policy_path, in LoadPolicyFromPath()
Dresilient_policy_util.cc39 bool ParseResilientPolicyFilePath(const base::FilePath& policy_path, in ParseResilientPolicyFilePath()
Ddevice_policy_impl.h108 void set_policy_path_for_testing(const base::FilePath& policy_path) { in set_policy_path_for_testing()
Ddevice_policy_impl.cc195 const base::FilePath& policy_path = map_pair.second; in LoadPolicy() local
707 bool DevicePolicyImpl::VerifyPolicyFile(const base::FilePath& policy_path) { in VerifyPolicyFile()
751 bool DevicePolicyImpl::LoadPolicyFromFile(const base::FilePath& policy_path) { in LoadPolicyFromFile()
/external/libbrillo/policy/tests/
Dlibpolicy_test.cc31 const base::FilePath& policy_path, in CreateDevicePolicyImpl()
/external/selinux/libselinux/src/
Dselinux_config.c349 static char policy_path[PATH_MAX]; in hidden_def() local
/external/crosvm/src/plugin/
Dmod.rs629 let policy_path = cfg.seccomp_policy_dir.join("plugin"); in run_config() localVariable
/external/selinux/python/sepolicy/sepolicy/
D__init__.py120 def policy_sortkey(policy_path): argument
/external/crosvm/src/
Dlinux.rs477 let policy_path: PathBuf = cfg.seccomp_policy_dir.join(policy); in simple_jail() localVariable
/external/tpm2-tss/src/tss2-fapi/
Dfapi_int.h352 char *policy_path; member