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

  /external/libsepol/include/sepol/policydb/
ebitmap.h 78 extern int ebitmap_union(ebitmap_t * dst, const ebitmap_t * e1);
  /external/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/libsepol/src/
link.c 1030 if (ebitmap_union(&dst->roles, &tmp)) {
1126 if (ebitmap_union(&dest_role->dominates, &e_tmp)) {
1145 if (ebitmap_union(&dest_role->roles, &e_tmp)) {
    [all...]
expand.c 254 if (ebitmap_union(&new_type->types, &tmp_union)) {
841 if (ebitmap_union(&new_role->roles, &mapped_roles)) {
859 if (ebitmap_union(&regular_role->types.types,
934 if (ebitmap_union(&new_role->dominates, &role->dominates)) {
949 if (ebitmap_union(&new_role->types.types, &tmp_union_types)) {
1132 if (ebitmap_union(&new_user->roles.roles, &tmp_union)) {
    [all...]
ebitmap.c 61 int ebitmap_union(ebitmap_t * dst, const ebitmap_t * e1) function
  /external/checkpolicy/
module_compiler.c     [all...]

Completed in 72 milliseconds