Home
last modified time | relevance | path

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

/external/selinux/libsepol/src/
Dlink.c961 static int ebitmap_convert(const ebitmap_t *src, ebitmap_t *dst, const uint32_t *map) in ebitmap_convert() function
977 if (ebitmap_convert(&types->types, &dst->types, mod->map[SYM_TYPES])) in type_set_convert()
980 if (ebitmap_convert(&types->negset, &dst->negset, mod->map[SYM_TYPES])) in type_set_convert()
1019 if (ebitmap_convert(&roles->roles, &tmp, mod->map[SYM_ROLES])) in role_set_or_convert()
1106 if (ebitmap_convert(&role->dominates, &e_tmp, mod->map[SYM_ROLES])) in role_fix_callback()
1118 if (ebitmap_convert(&role->roles, &e_tmp, mod->map[SYM_ROLES])) in role_fix_callback()
1164 if (ebitmap_convert(&type->types, &e_tmp, mod->map[SYM_TYPES])) in type_fix_callback()
1353 if (ebitmap_convert(&cur->classes, &new_rule->classes, module->map[SYM_CLASSES])) in copy_role_trans_list()
1485 if (ebitmap_convert(&rule->tclasses, &new_rule->tclasses, mod->map[SYM_CLASSES])) in copy_range_trans_list()
1652 if (ebitmap_convert(srcmap, destmap, module->perm_map[i])) in copy_scope_index()