Home
last modified time | relevance | path

Searched refs:ebitmap_union (Results 1 – 8 of 8) sorted by relevance

/external/selinux/libsepol/include/sepol/policydb/
Debitmap.h80 extern int ebitmap_union(ebitmap_t * dst, const ebitmap_t * e1);
/external/sepolicy/tools/sepolicy-analyze/
Dneverallow.c124 rc = ebitmap_union(&typeset->negset, &policydb->attr_type_map[type->s.value - 1]); in read_typeset()
126 rc = ebitmap_union(&typeset->types, &policydb->attr_type_map[type->s.value - 1]); in read_typeset()
/external/selinux/libsepol/src/
Dexpand.c178 if (ebitmap_union(&new_type->types, &tmp_union)) { in attr_convert_callback()
765 if (ebitmap_union(&new_role->roles, &mapped_roles)) { in role_fix_callback()
783 if (ebitmap_union(&regular_role->types.types, in role_fix_callback()
858 if (ebitmap_union(&new_role->dominates, &role->dominates)) { in role_copy_callback()
873 if (ebitmap_union(&new_role->types.types, &tmp_union_types)) { in role_copy_callback()
1057 if (ebitmap_union(&new_user->roles.roles, &tmp_union)) { in user_copy_callback()
2434 if (ebitmap_union(&roles, in role_set_expand()
2503 if (ebitmap_union in type_set_expand()
2528 if (ebitmap_union in type_set_expand()
Dlink.c1031 if (ebitmap_union(&dst->roles, &tmp)) { in role_set_or_convert()
1127 if (ebitmap_union(&dest_role->dominates, &e_tmp)) { in role_fix_callback()
1146 if (ebitmap_union(&dest_role->roles, &e_tmp)) { in role_fix_callback()
1201 if (ebitmap_union(&new_type->types, &e_tmp)) { in type_fix_callback()
2450 if (ebitmap_union(&role->roles, &sub_attr->roles)) { in expand_role_attributes()
2489 if (ebitmap_union(&base_role->roles, &decl_role->roles)) { in populate_decl_roleattributes()
Debitmap.c61 int ebitmap_union(ebitmap_t * dst, const ebitmap_t * e1) in ebitmap_union() function
/external/selinux/libsepol/cil/src/
Dcil_post.c603 ebitmap_union(bitmap, attr->types); in __cil_type_to_bitmap()
655 ebitmap_union(bitmap, attr->roles); in __cil_role_to_bitmap()
955 ebitmap_union(out, &tmp); in __cil_expr_to_bitmap()
985 ebitmap_union(out, &bitmap); in __cil_expr_list_to_bitmap()
1062 ebitmap_union(role->types, attr->types); in __cil_role_assign_types()
/external/selinux/checkpolicy/
Dmodule_compiler.c1495 if (ebitmap_union(dest_bitmap, src_bitmap)) { in copy_requirements()
1522 if (ebitmap_union(dest_bitmap, src_bitmap)) { in copy_requirements()
/external/selinux/policycoreutils/mcstrans/src/
Dmcstrans.c1207 if (ebitmap_union(&mraw->cat, &set) < 0) goto err; in compute_raw_from_trans()