Searched refs:ebitmap_union (Results 1 – 5 of 5) sorted by relevance
/external/libsepol/include/sepol/policydb/ |
D | ebitmap.h | 78 extern int ebitmap_union(ebitmap_t * dst, const ebitmap_t * e1);
|
/external/libsepol/src/ |
D | expand.c | 178 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(®ular_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()
|
D | link.c | 980 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()
|
D | ebitmap.c | 61 int ebitmap_union(ebitmap_t * dst, const ebitmap_t * e1) in ebitmap_union() function
|
/external/checkpolicy/ |
D | module_compiler.c | 1494 if (ebitmap_union(dest_bitmap, src_bitmap)) { in copy_requirements() 1521 if (ebitmap_union(dest_bitmap, src_bitmap)) { in copy_requirements()
|