HomeSort by relevance Sort by last modified time
    Searched refs:ebitmap_union (Results 1 - 5 of 5) sorted by null

  /external/libsepol/include/sepol/policydb/
ebitmap.h 78 extern int ebitmap_union(ebitmap_t * dst, const ebitmap_t * e1);
  /external/libsepol/src/
link.c 1015 if (ebitmap_union(&dst->roles, &tmp)) {
1111 if (ebitmap_union(&dest_role->dominates, &e_tmp)) {
1130 if (ebitmap_union(&dest_role->roles, &e_tmp)) {
    [all...]
ebitmap.c 61 int ebitmap_union(ebitmap_t * dst, const ebitmap_t * e1) function
expand.c 178 if (ebitmap_union(&new_type->types, &tmp_union)) {
747 if (ebitmap_union(&new_role->roles, &mapped_roles)) {
765 if (ebitmap_union(&regular_role->types.types,
840 if (ebitmap_union(&new_role->dominates, &role->dominates)) {
855 if (ebitmap_union(&new_role->types.types, &tmp_union_types)) {
1034 if (ebitmap_union(&new_user->roles.roles, &tmp_union)) {
    [all...]
  /external/checkpolicy/
module_compiler.c     [all...]

Completed in 3076 milliseconds