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 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,
224 .type = POLICY_BASE,
231 .type = POLICY_BASE,
238 .type = POLICY_BASE,
    [all...]
write.c 793 && p->policy_type == POLICY_BASE))
967 || (p->policy_type == POLICY_BASE
984 (p->policy_type == POLICY_BASE &&
996 (p->policy_type == POLICY_BASE &&
1187 && p->policy_type == POLICY_BASE)) {
1195 && p->policy_type == POLICY_BASE)) {
    [all...]
module.c 775 if (*type == POLICY_BASE) {
link.c     [all...]
expand.c     [all...]
  /external/checkpolicy/
checkmodule.c 47 unsigned int policy_type = POLICY_BASE;
226 if (handle_unknown && (policy_type != POLICY_BASE)) {
268 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) {
858 if (policydb.policy_type != POLICY_BASE &&
875 if (policydb.policy_type == POLICY_BASE) {
  /external/libsepol/include/sepol/policydb/
policydb.h 465 #define POLICY_BASE SEPOL_POLICY_BASE
  /packages/apps/Email/provider_src/com/android/email/provider/
EmailProvider.java 246 private static final int POLICY_BASE = 0x7000;
247 private static final int POLICY = POLICY_BASE;
248 private static final int POLICY_ID = POLICY_BASE + 1;
302 array.put(POLICY_BASE >> BASE_SHIFT, Policy.TABLE_NAME);
    [all...]

Completed in 707 milliseconds