HomeSort by relevance Sort by last modified time
    Searched full:map_ebitmap (Results 1 - 1 of 1) sorted by null

  /external/libsepol/src/
expand.c 133 static int map_ebitmap(ebitmap_t * src, ebitmap_t * dst, uint32_t * map) function
248 if (map_ebitmap(&type->types, &tmp_union, state->typemap)) {
392 if (map_ebitmap(&expr->type_names->types,
409 if (map_ebitmap(&expr->names, &new_expr->names, state->rolemap)) {
413 if (map_ebitmap(&expr->names, &new_expr->names, state->usermap)) {
785 if (map_ebitmap(&role->dominates, &mapped_roles, state->rolemap))
839 if (map_ebitmap(&role->roles, &mapped_roles, state->rolemap))
    [all...]

Completed in 212 milliseconds