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

  /external/selinux/libsepol/src/
assertion.c 235 rc = ebitmap_and(&src_matches, &avrule->stypes.types,
244 rc = ebitmap_and(&matches, &p->attr_type_map[k->source_type - 1], &p->attr_type_map[k->target_type - 1]);
247 rc = ebitmap_and(&tgt_matches, &avrule->stypes.types, &matches);
251 rc = ebitmap_and(&tgt_matches, &avrule->ttypes.types, &p->attr_type_map[k->target_type -1]);
395 rc = ebitmap_and(&src_matches, &avrule->stypes.types,
404 rc = ebitmap_and(&matches, &p->attr_type_map[k->source_type - 1],
408 rc = ebitmap_and(&tgt_matches, &avrule->stypes.types, &matches);
412 rc = ebitmap_and(&tgt_matches, &avrule->ttypes.types,
475 rc = ebitmap_and(&match, &p->attr_type_map[k->source_type - 1], &p->attr_type_map[k->target_type - 1] );
ebitmap.c 74 int ebitmap_and(ebitmap_t *dst, ebitmap_t *e1, ebitmap_t *e2) function
121 rc = ebitmap_and(dst, e1, &e3);
module_to_cil.c     [all...]
  /external/selinux/libsepol/include/sepol/policydb/
ebitmap.h 81 extern int ebitmap_and(ebitmap_t *dst, ebitmap_t *e1, ebitmap_t *e2);
  /external/selinux/policycoreutils/mcstrans/src/
mcstrans.c 447 if (ebitmap_and(&word->inverse, &temp, &group->def) < 0)
531 if (ebitmap_and(&common, &s->cat, &l->cat) < 0)
546 if (ebitmap_and(&common, &c->mask, &l->cat) < 0)
552 if (ebitmap_and(&common, &c->cat, &l->cat) < 0)
1206 if (ebitmap_and(&clear, &tmp, &g->def) < 0) goto err;
1381 if (ebitmap_and(&bit_diff, &temp, &nothandled) < 0)
1385 if (ebitmap_and(&temp, &bit_diff, &unhandled) < 0)
    [all...]
  /system/sepolicy/tools/
checkfc.c 119 int rc = ebitmap_and(&dst, attr_set, &policydb->type_attr_map[type->s.value - 1]);
121 fprintf(stderr, "Error: Could not perform ebitmap_and: %d\n", rc);
  /external/selinux/libsepol/cil/src/
cil_find.c 105 rc = ebitmap_and(matches, a1->types, a2->types);
cil_post.c 1112 rc = ebitmap_and(&tmp, &b1, &b2);
    [all...]

Completed in 284 milliseconds