OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:branch_list
(Results
1 - 8
of
8
) sorted by null
/external/libsepol/src/
link.c
[
all
...]
avrule_block.c
116
decl = x->
branch_list
;
expand.c
[
all
...]
policydb.c
735
(p->global->
branch_list
= avrule_decl_create(1)) == NULL) {
1003
for (decl = curblock->
branch_list
; decl != NULL;
1016
for (decl = curblock->
branch_list
; decl != NULL;
[
all
...]
write.c
[
all
...]
/external/checkpolicy/
module_compiler.c
96
if (push_stack(1, policydbp->global, policydbp->global->
branch_list
) ==
[
all
...]
/external/libsepol/include/sepol/policydb/
policydb.h
432
avrule_decl_t *
branch_list
;
member in struct:avrule_block
/external/checkpolicy/test/
dismod.c
677
avrule_decl_t *decl = block->
branch_list
;
Completed in 47 milliseconds