Searched refs:ebitmap_or (Results 1 – 6 of 6) sorted by relevance
/external/selinux/libsepol/include/sepol/policydb/ |
D | ebitmap.h | 79 extern int ebitmap_or(ebitmap_t * dst, const ebitmap_t * e1, const ebitmap_t * e2);
|
/external/selinux/libsepol/src/ |
D | ebitmap.c | 18 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()
|
D | policydb.c | 1588 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/ |
D | cil_post.c | 1110 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/ |
D | mcstrans.c | 1379 if (ebitmap_or(&temp, &w->normal, &w->inverse) < 0) in compute_trans_from_raw()
|
/external/selinux/checkpolicy/ |
D | policy_define.c | 2765 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()
|