Searched refs:map_ebitmap (Results 1 – 1 of 1) sorted by relevance
/external/selinux/libsepol/src/ |
D | expand.c | 59 static int map_ebitmap(ebitmap_t * src, ebitmap_t * dst, uint32_t * map) in map_ebitmap() function 172 if (map_ebitmap(&type->types, &tmp_union, state->typemap)) { in attr_convert_callback() 316 if (map_ebitmap(&expr->type_names->types, in constraint_node_clone() 333 if (map_ebitmap(&expr->names, &new_expr->names, state->rolemap)) { in constraint_node_clone() 337 if (map_ebitmap(&expr->names, &new_expr->names, state->usermap)) { in constraint_node_clone() 709 if (map_ebitmap(&role->dominates, &mapped_roles, state->rolemap)) in role_remap_dominates() 763 if (map_ebitmap(&role->roles, &mapped_roles, state->rolemap)) in role_fix_callback() 2369 if (map_ebitmap(&set->types, &tmpset.types, typemap)) in expand_convert_type_set() 2372 if (map_ebitmap(&set->negset, &tmpset.negset, typemap)) in expand_convert_type_set() 2459 if (map_ebitmap(&roles, &mapped_roles, rolemap)) in role_set_expand()
|