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

  /external/libsepol/src/
hierarchy.c 171 s = a->p->type_val_to_struct[k->source_type - 1];
190 s = a->p->type_val_to_struct[k->target_type - 1];
expand.c     [all...]
policydb.c 841 p->type_val_to_struct[typdatum->s.value - 1] = typdatum;
1023 free(p->type_val_to_struct);
1024 p->type_val_to_struct = (type_datum_t **)
1026 if (!p->type_val_to_struct)
1259 if (p->type_val_to_struct)
1260 free(p->type_val_to_struct);
    [all...]
  /external/libsepol/tests/
test-common.c 95 CU_ASSERT(p->type_val_to_struct[d->s.value - 1] == d);
  /external/libsepol/include/sepol/policydb/
policydb.h 500 type_datum_t **type_val_to_struct; member in struct:policydb
  /external/checkpolicy/
policy_define.c 1288 type = policydbp->type_val_to_struct[type->s.value - 1];
1290 type = policydbp->type_val_to_struct[type->primary - 1];
    [all...]

Completed in 30 milliseconds