Home
last modified time | relevance | path

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

/external/selinux/libsepol/include/sepol/policydb/
Debitmap.h84 extern int ebitmap_union(ebitmap_t * dst, const ebitmap_t * e1);
/external/selinux/libsepol/cil/src/
Dcil_post.c888 ebitmap_union(bitmap, attr->types); in __cil_type_to_bitmap()
944 ebitmap_union(bitmap, attr->users); in __cil_user_to_bitmap()
988 ebitmap_union(bitmap, attr->roles); in __cil_role_to_bitmap()
1400 ebitmap_union(out, &tmp); in __cil_expr_to_bitmap()
1430 ebitmap_union(out, &bitmap); in __cil_expr_list_to_bitmap()
1620 ebitmap_union(role->types, attr->types); in __cil_role_assign_types()
1706 ebitmap_union(user->roles, attr->roles); in __cil_user_assign_roles()
Dcil_binary.c1740 rc = ebitmap_union(hashtab_xperms, xperms); in __cil_avrulex_ioctl_to_hashtable()
/external/selinux/libsepol/src/
Dassertion.c253 rc = ebitmap_union(&tgt_matches, &self_matches); in report_assertion_avtab_matches()
415 rc = ebitmap_union(&tgt_matches, &self_matches); in check_assertion_extended_permissions()
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()
782 if (ebitmap_union(&regular_role->types.types, in role_fix_callback()
856 if (ebitmap_union(&new_role->dominates, &role->dominates)) { in role_copy_callback()
871 if (ebitmap_union(&new_role->types.types, &tmp_union_types)) { in role_copy_callback()
1055 if (ebitmap_union(&new_user->roles.roles, &tmp_union)) { in user_copy_callback()
2451 if (ebitmap_union(&roles, in role_set_expand()
2531 if (ebitmap_union(&types, &type->types)) { in type_set_expand()
2546 if (ebitmap_union in type_set_expand()
Dlink.c1025 if (ebitmap_union(&dst->roles, &tmp)) { in role_set_or_convert()
1119 if (ebitmap_union(&dest_role->dominates, &e_tmp)) { in role_fix_callback()
1136 if (ebitmap_union(&dest_role->roles, &e_tmp)) { in role_fix_callback()
1189 if (ebitmap_union(&new_type->types, &e_tmp)) { in type_fix_callback()
2432 if (ebitmap_union(&role->roles, &sub_attr->roles)) { in expand_role_attributes()
2470 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/checkpolicy/
Dmodule_compiler.c1376 if (ebitmap_union(dest_bitmap, src_bitmap)) { in copy_requirements()
1403 if (ebitmap_union(dest_bitmap, src_bitmap)) { in copy_requirements()
/external/selinux/mcstrans/src/
Dmcstrans.c1207 if (ebitmap_union(&mraw->cat, &set) < 0) goto err; in compute_raw_from_trans()