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

  /external/libsepol/tests/
test-downgrade.h 105 * Function Name: write_binary_policy
117 int write_binary_policy(const char *path, policydb_t *);
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/checkpolicy/
checkmodule.c 109 static int write_binary_policy(policydb_t * p, char *file, char *progname) function
293 write_binary_policy(&modpolicydb, outfile, argv[0]) == -1) {

Completed in 1669 milliseconds