HomeSort by relevance Sort by last modified time
    Searched defs:read_binary_policy (Results 1 - 2 of 2) sorted by null

  /external/selinux/libsepol/tests/
test-downgrade.c 137 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/
checkmodule.c 52 static int read_binary_policy(policydb_t * p, const char *file, const char *progname) function
240 if (read_binary_policy(&modpolicydb, file, argv[0]) == -1) {

Completed in 697 milliseconds