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

  /external/libsepol/include/sepol/policydb/
policydb.h 354 #define SYM_USERS 4
390 #define p_users_scope scope[SYM_USERS]
484 #define p_users symtab[SYM_USERS]
495 #define p_user_val_to_name sym_val_to_name[SYM_USERS]
  /external/libsepol/src/
users.c 238 tmp_ptr = realloc(policydb->sym_val_to_name[SYM_USERS],
243 policydb->sym_val_to_name[SYM_USERS] = tmp_ptr;
link.c 587 state->cur->map[SYM_USERS][user->s.value - 1] = base_user->s.value;
828 bounds_val = state->cur->map[SYM_USERS][user->bounds - 1];
    [all...]
expand.c 675 if (!is_id_enabled((char *)key, state->base, SYM_USERS))
1042 if (!is_id_enabled(id, state->base, SYM_USERS)) {
    [all...]
policydb.c     [all...]
  /external/libsepol/tests/
test-common.c 105 CU_ASSERT(p->sym_val_to_name[SYM_USERS][d->s.value - 1] == (char *)key);
  /external/checkpolicy/
module_compiler.c 426 declare_symbol(SYM_USERS, id, (hashtab_datum_t *) user, &value,
1017 require_symbol(SYM_USERS, id, (hashtab_datum_t *) user,
    [all...]
policy_define.c     [all...]
  /external/checkpolicy/test/
dismod.c 346 display_id(p, fp, SYM_USERS, i, "");

Completed in 46 milliseconds