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

  /external/libsepol/tests/
test-linker.c 63 if (test_load_policy(&linkedbase, POLICY_BASE, mls, "test-linker", policies[BASEMOD]))
66 if (test_load_policy(&basenomods, POLICY_BASE, mls, "test-linker", policies[BASEMOD]))
test-cond.c 41 if (test_load_policy(&basemod, POLICY_BASE, 1, "test-cond", "refpolicy-base.conf"))
test-deps.c 98 if (test_load_policy(&bases_met[i], POLICY_BASE, mls, "test-deps", "base-metreq.conf"))
103 if (test_load_policy(&bases_notmet[i], POLICY_BASE, mls, "test-deps", "base-notmetreq.conf"))
test-expander.c 98 mybase->policy_type = POLICY_BASE;
  /external/libsepol/src/
policydb_public.c 105 case POLICY_BASE:
124 case POLICY_BASE:
policydb.c 154 .type = POLICY_BASE,
161 .type = POLICY_BASE,
168 .type = POLICY_BASE,
175 .type = POLICY_BASE,
182 .type = POLICY_BASE,
189 .type = POLICY_BASE,
196 .type = POLICY_BASE,
203 .type = POLICY_BASE,
210 .type = POLICY_BASE,
217 .type = POLICY_BASE,
    [all...]
write.c 793 && p->policy_type == POLICY_BASE))
964 || (p->policy_type == POLICY_BASE
1162 && p->policy_type == POLICY_BASE)) {
1170 && p->policy_type == POLICY_BASE)) {
    [all...]
module.c 752 if (*type == POLICY_BASE) {
link.c     [all...]
expand.c     [all...]
  /external/checkpolicy/
checkmodule.c 47 unsigned int policy_type = POLICY_BASE;
224 if (handle_unknown && (policy_type != POLICY_BASE)) {
266 if (modpolicydb.policy_type == POLICY_BASE) {
module_compiler.c 825 if (policydbp->policy_type == POLICY_BASE) {
    [all...]
checkpolicy.c 559 parse_policy.policy_type = POLICY_BASE;
  /external/checkpolicy/test/
dismod.c 753 if (base->policy_type != POLICY_BASE) {
855 if (policydb.policy_type != POLICY_BASE &&
872 if (policydb.policy_type == POLICY_BASE) {
  /external/libsepol/include/sepol/policydb/
policydb.h 448 #define POLICY_BASE SEPOL_POLICY_BASE
  /packages/apps/Email/src/com/android/email/provider/
EmailProvider.java 180 private static final int POLICY_BASE = 0x7000;
181 private static final int POLICY = POLICY_BASE;
182 private static final int POLICY_ID = POLICY_BASE + 1;
    [all...]

Completed in 725 milliseconds