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

  /external/libsepol/include/sepol/policydb/
policydb.h 334 #define SYM_CLASSES 1
370 #define p_classes_scope scope[SYM_CLASSES]
464 #define p_classes symtab[SYM_CLASSES]
475 #define p_class_val_to_name sym_val_to_name[SYM_CLASSES]
  /external/libsepol/src/
avrule_block.c 182 if (!is_id_enabled(class_id, p, SYM_CLASSES)) {
link.c 282 state->cur->map[SYM_CLASSES][cladatum->s.value - 1] =
    [all...]
expand.c 373 if (!is_id_enabled(id, state->base, SYM_CLASSES)) {
    [all...]
  /external/checkpolicy/test/
dismod.c 272 display_id(policy, fp, SYM_CLASSES, cur->class - 1, "");
454 display_id(p, fp, SYM_CLASSES, i, "");
490 display_id(p, fp, SYM_CLASSES, tr->tclass - 1, ":");
527 if (i == SYM_CLASSES) {
dispol.c 352 display_id(p, fp, SYM_CLASSES, rt->tclass - 1, ":");
366 display_id(p, fp, SYM_CLASSES, ft->tclass - 1, ":");
  /external/libsepol/tests/
test-common.c 71 CU_ASSERT(p->sym_val_to_name[SYM_CLASSES][d->s.value - 1] == (char *)key);
  /external/checkpolicy/
module_compiler.c 767 require_symbol(SYM_CLASSES, class_id, datum, &datum->s.value,
    [all...]
policy_define.c 165 ret = declare_symbol(SYM_CLASSES, id, datum, &value, &value);
336 if (!is_id_in_scope(SYM_CLASSES, id)) {
    [all...]

Completed in 77 milliseconds