Home
last modified time | relevance | path

Searched refs:ebitmap_or (Results 1 – 6 of 6) sorted by relevance

/external/selinux/libsepol/include/sepol/policydb/
Debitmap.h79 extern int ebitmap_or(ebitmap_t * dst, const ebitmap_t * e1, const ebitmap_t * e2);
/external/selinux/libsepol/src/
Debitmap.c18 int ebitmap_or(ebitmap_t * dst, const ebitmap_t * e1, const ebitmap_t * e2) in ebitmap_or() function
65 if (ebitmap_or(&tmp, dst, e1)) in ebitmap_union()
Dpolicydb.c1588 if (ebitmap_or(&dst->types, &a->types, &b->types)) { in type_set_or()
1591 if (ebitmap_or(&dst->negset, &a->negset, &b->negset)) { in type_set_or()
/external/selinux/libsepol/cil/src/
Dcil_post.c1110 rc = ebitmap_or(&tmp, &b1, &b2); in __cil_expr_to_bitmap()
1137 rc = ebitmap_or(&tmp, &b1, &b2); in __cil_expr_to_bitmap()
/external/selinux/policycoreutils/mcstrans/src/
Dmcstrans.c1379 if (ebitmap_or(&temp, &w->normal, &w->inverse) < 0) in compute_trans_from_raw()
/external/selinux/checkpolicy/
Dpolicy_define.c2765 if (ebitmap_or(&new->dominates, &r1->dominates, &r2->dominates)) { in merge_roles_dom()
2770 if (ebitmap_or(&new->types.types, &r1->types.types, &r2->types.types)) { in merge_roles_dom()