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

  /external/libsepol/include/sepol/policydb/
avrule_block.h 25 extern avrule_block_t *avrule_block_create(void);
26 extern void avrule_block_destroy(avrule_block_t * x);
29 extern void avrule_block_list_destroy(avrule_block_t * x);
policydb.h 438 } avrule_block_t; typedef in typeref:struct:avrule_block
512 avrule_block_t *global;
  /external/libsepol/src/
avrule_block.c 44 avrule_block_t *avrule_block_create(void)
46 avrule_block_t *block;
110 void avrule_block_destroy(avrule_block_t * x)
125 void avrule_block_list_destroy(avrule_block_t * x)
128 avrule_block_t *next = x->next;
link.c 51 avrule_block_t *base_global;
57 avrule_block_t *last_avrule_block, *last_base_avrule_block;
    [all...]
expand.c     [all...]
write.c     [all...]
policydb.c 996 avrule_block_t *curblock;
    [all...]
  /external/checkpolicy/
module_compiler.c 25 avrule_block_t *avrule;
50 static avrule_block_t *last_block;
    [all...]
  /external/checkpolicy/test/
dismod.c 674 avrule_block_t *block = policydb.global;

Completed in 91 milliseconds