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

  /external/libsepol/include/sepol/policydb/
expand.h 46 uint32_t * rolemap, uint32_t * usermap,
63 extern int role_set_expand(role_set_t * x, ebitmap_t * r, policydb_t * out, policydb_t * base, uint32_t * rolemap);
  /external/libsepol/src/
expand.c 44 uint32_t *rolemap; member in struct:expand_state
320 if (map_ebitmap(&expr->names, &new_expr->names, state->rolemap)) {
517 bounds_val = state->rolemap[role->bounds - 1];
654 if (map_ebitmap(&role->dominates, &mapped_roles, state->rolemap))
670 * invoked after role_copy_callback so that state->rolemap is available.
703 if (map_ebitmap(&role->roles, &mapped_roles, state->rolemap))
750 state->rolemap[role->s.value - 1] = 1;
781 state->rolemap[role->s.value - 1] = new_role->s.value;
984 if (role_set_expand(&user->roles, &tmp_union, state->out, state->base, state->rolemap)) {
1168 if (role_set_expand(&cur->roles, &roles, state->out, state->base, state->rolemap)) {
    [all...]
  /external/webkit/Source/WebCore/accessibility/
AccessibilityObject.cpp     [all...]
  /external/webkit/Source/WebCore/accessibility/mac/
AccessibilityObjectWrapper.mm     [all...]

Completed in 743 milliseconds