Home
last modified time | relevance | path

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

/system/sepolicy/tests/include/
Dsepol_wrap.h7 void *load_policy(const char *policy_path);
/system/sepolicy/tests/
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()