Home
last modified time | relevance | path

Searched refs:policy_path (Results 1 – 4 of 4) sorted by relevance

/system/sepolicy/tests/
Dapex_sepolicy_tests_test.py32 policy_path = apex.extract_data('precompiled_sepolicy', cls.temp_dir)
33 cls.pol = policy.Policy(policy_path, None, lib_path)
Dapex_sepolicy_tests.py152 policy_path = extract_data('precompiled_sepolicy', work_dir)
153 pol = policy.Policy(policy_path, None, lib_path)
Dsepol_wrap.cpp191 void *load_policy(const char *policy_path) in load_policy() argument
196 fp = fopen(policy_path, "re"); in load_policy()
198 std::cerr << "Invalid or non-existing policy file: " << policy_path << std::endl; in load_policy()
/system/sepolicy/tests/include/
Dsepol_wrap.h7 void *load_policy(const char *policy_path);