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

  /external/selinux/libsepol/include/sepol/policydb/
ebitmap.h 80 extern int ebitmap_union(ebitmap_t * dst, const ebitmap_t * e1);
  /system/sepolicy/tools/sepolicy-analyze/
neverallow.c 124 rc = ebitmap_union(&typeset->negset, &policydb->attr_type_map[type->s.value - 1]);
126 rc = ebitmap_union(&typeset->types, &policydb->attr_type_map[type->s.value - 1]);
  /external/selinux/libsepol/cil/src/
cil_post.c 636 ebitmap_union(bitmap, attr->types);
692 ebitmap_union(bitmap, attr->users);
736 ebitmap_union(bitmap, attr->roles);
1149 ebitmap_union(out, &tmp);
1179 ebitmap_union(out, &bitmap);
1280 ebitmap_union(role->types, attr->types);
    [all...]
cil_binary.c     [all...]
  /external/selinux/libsepol/src/
link.c 1031 if (ebitmap_union(&dst->roles, &tmp)) {
1127 if (ebitmap_union(&dest_role->dominates, &e_tmp)) {
1146 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)) {
765 if (ebitmap_union(&new_role->roles, &mapped_roles)) {
783 if (ebitmap_union(&regular_role->types.types,
858 if (ebitmap_union(&new_role->dominates, &role->dominates)) {
873 if (ebitmap_union(&new_role->types.types, &tmp_union_types)) {
1057 if (ebitmap_union(&new_user->roles.roles, &tmp_union)) {
    [all...]
  /external/selinux/checkpolicy/
module_compiler.c     [all...]
  /external/selinux/policycoreutils/mcstrans/src/
mcstrans.c 1207 if (ebitmap_union(&mraw->cat, &set) < 0) goto err;
    [all...]

Completed in 376 milliseconds