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

/system/sepolicy/tests/include/
H A Dsepol_wrap.h7 bool init_libsepol(const char *policy_path);
8 void *load_policy(const char *policy_path);
/system/sepolicy/tests/
H A Dsepol_wrap.cpp96 void *load_policy(const char *policy_path) argument
101 fp = fopen(policy_path, "re");
103 std::cerr << "Invalid or non-existing policy file: " << policy_path << std::endl;

Completed in 60 milliseconds