Searched refs:read_binary_policy (Results 1 - 3 of 3) sorted by relevance

/external/selinux/libsepol/tests/
H A Dtest-downgrade.h90 * Function Name: read_binary_policy
102 int read_binary_policy(const char *path, policydb_t *);
H A Dtest-downgrade.c137 if (read_binary_policy(POLICY_BIN_HI, &policydb) != 0) {
176 if (read_binary_policy(POLICY_BIN_LO, &policydb_tmp) != 0) {
191 * Function Name: read_binary_policy
203 int read_binary_policy(const char *path, policydb_t *p) function
/external/selinux/checkpolicy/
H A Dcheckmodule.c51 static int read_binary_policy(policydb_t * p, const char *file, const char *progname) function
239 if (read_binary_policy(&modpolicydb, file, argv[0]) == -1) {

Completed in 82 milliseconds