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

  /external/selinux/libsepol/src/
link.c     [all...]
avrule_block.c 116 decl = x->branch_list;
expand.c     [all...]
module_to_cil.c 369 decl = block->branch_list;
    [all...]
policydb.c 751 (p->global->branch_list = avrule_decl_create(1)) == NULL) {
1019 for (decl = curblock->branch_list; decl != NULL;
1032 for (decl = curblock->branch_list; decl != NULL;
    [all...]
write.c     [all...]
  /external/selinux/checkpolicy/
module_compiler.c 97 if (push_stack(1, policydbp->global, policydbp->global->branch_list) ==
    [all...]
  /external/selinux/policycoreutils/semodule_deps/
semodule_deps.c 162 for (decl = block->branch_list; decl != NULL; decl = decl->next) {
  /external/selinux/libsepol/include/sepol/policydb/
policydb.h 459 avrule_decl_t *branch_list; member in struct:avrule_block
  /external/selinux/checkpolicy/test/
dismod.c 677 avrule_decl_t *decl = block->branch_list;

Completed in 50 milliseconds