Searched defs:write_binary_policy (Results 1 - 2 of 2) sorted by relevance

/external/libsepol/tests/
H A Dtest-downgrade.c157 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/
H A Dcheckmodule.c111 static int write_binary_policy(policydb_t * p, char *file, char *progname) function
295 write_binary_policy(&modpolicydb, outfile, argv[0]) == -1) {

Completed in 169 milliseconds