Searched refs:read_source_policy (Results 1 - 6 of 6) sorted by relevance

/external/checkpolicy/
H A Dparse_util.h33 int read_source_policy(policydb_t * p, const char *file, const char *progname);
H A Dparse_util.c24 /* these are defined in policy_parse.y and are needed for read_source_policy */
36 int read_source_policy(policydb_t * p, const char *file, const char *progname) function
H A Dcheckmodule.c259 if (read_source_policy(&modpolicydb, file, argv[0]) == -1) {
H A Dcheckpolicy.c568 if (read_source_policy(policydbp, file, "checkpolicy") < 0)
/external/libsepol/tests/
H A Dhelpers.c57 if (read_source_policy(p, filename, test_name)) {
H A Dtest-expander.c101 if (read_source_policy(mybase, filename[0], myfiles[0])) {
109 if (read_source_policy(mymodules[i - 1], filename[i], myfiles[i])) {

Completed in 240 milliseconds