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

  /external/libsepol/tests/
helpers.c 68 scope_datum_t *scope = (scope_datum_t *) hashtab_search(p->scope[symtab].table, sym);
test-common.c 31 scope_datum_t *scope;
  /external/libsepol/src/
avrule_block.c 156 scope_datum_t *scope =
157 (scope_datum_t *) hashtab_search(p->scope[symbol_table].table, id);
link.c 214 scope_datum_t *scope = NULL;
563 scope_datum_t *scope;
630 scope_datum_t *scope;
668 scope_datum_t *scope;
    [all...]
policydb.c 1341 scope_datum_t *cur = (scope_datum_t *) datum;
1415 scope_datum_t *scope_datum;
    [all...]
write.c     [all...]
  /external/checkpolicy/
module_compiler.c 1225 static int is_scope_in_stack(scope_datum_t * scope, scope_stack_t * stack)
1249 scope_datum_t *scope =
1250 (scope_datum_t *) hashtab_search(policydbp->scope[symbol_type].
    [all...]
  /external/libsepol/include/sepol/policydb/
policydb.h 443 } scope_datum_t; typedef in typeref:struct:scope_datum
493 * a scope_datum_t. as a convenience, one may use the
  /external/checkpolicy/test/
dismod.c 105 scope_datum_t *scope =
106 (scope_datum_t *) hashtab_search(p->scope[symbol_type].table, id);

Completed in 384 milliseconds