Home
last modified time | relevance | path

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

/external/libsepol/include/sepol/policydb/
Debitmap.h78 extern int ebitmap_union(ebitmap_t * dst, const ebitmap_t * e1);
/external/libsepol/src/
Dexpand.c178 if (ebitmap_union(&new_type->types, &tmp_union)) { in attr_convert_callback()
705 if (ebitmap_union(&new_role->roles, &mapped_roles)) { in role_fix_callback()
723 if (ebitmap_union(&regular_role->types.types, in role_fix_callback()
797 if (ebitmap_union(&new_role->dominates, &role->dominates)) { in role_copy_callback()
812 if (ebitmap_union(&new_role->types.types, &tmp_union_types)) { in role_copy_callback()
990 if (ebitmap_union(&new_user->roles.roles, &tmp_union)) { in user_copy_callback()
2327 if (ebitmap_union(&roles, in role_set_expand()
2396 if (ebitmap_union in type_set_expand()
2421 if (ebitmap_union in type_set_expand()
Dlink.c980 if (ebitmap_union(&dst->roles, &tmp)) { in role_set_or_convert()
1076 if (ebitmap_union(&dest_role->dominates, &e_tmp)) { in role_fix_callback()
1095 if (ebitmap_union(&dest_role->roles, &e_tmp)) { in role_fix_callback()
1150 if (ebitmap_union(&new_type->types, &e_tmp)) { in type_fix_callback()
2394 if (ebitmap_union(&role->roles, &sub_attr->roles)) { in expand_role_attributes()
2433 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/checkpolicy/
Dmodule_compiler.c1494 if (ebitmap_union(dest_bitmap, src_bitmap)) { in copy_requirements()
1521 if (ebitmap_union(dest_bitmap, src_bitmap)) { in copy_requirements()