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

  /external/selinux/libsepol/tests/
test-downgrade.c 157 if (write_binary_policy(POLICY_BIN_LO, &policydb) != 0) {
229 * Function Name: write_binary_policy
240 int write_binary_policy(const char *path, policydb_t *p) function
  /external/selinux/checkpolicy/
checkmodule.c 112 static int write_binary_policy(policydb_t * p, FILE *outfp) function
299 if (write_binary_policy(&modpolicydb, outfp) != 0) {

Completed in 125 milliseconds