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.h80 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.c1738 if (ebitmap_or(&dst->types, &a->types, &b->types)) { in type_set_or()
1741 if (ebitmap_or(&dst->negset, &a->negset, &b->negset)) { in type_set_or()
/external/selinux/libsepol/cil/src/
Dcil_post.c1361 rc = ebitmap_or(&tmp, &b1, &b2); in __cil_expr_to_bitmap()
1388 rc = ebitmap_or(&tmp, &b1, &b2); in __cil_expr_to_bitmap()
/external/selinux/mcstrans/src/
Dmcstrans.c1375 if (ebitmap_or(&temp, &w->normal, &w->inverse) < 0) in compute_trans_from_raw()
/external/selinux/checkpolicy/
Dpolicy_define.c2885 if (ebitmap_or(&new->dominates, &r1->dominates, &r2->dominates)) { in merge_roles_dom()
2890 if (ebitmap_or(&new->types.types, &r1->types.types, &r2->types.types)) { in merge_roles_dom()