OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:avfalse_list
(Results
1 - 9
of
9
) sorted by null
/external/selinux/libsepol/include/sepol/policydb/
conditional.h
86
avrule_t *
avfalse_list
;
member in struct:cond_node
/external/selinux/libsepol/src/
conditional.c
380
cn->avtrue_list = cn->
avfalse_list
;
381
cn->
avfalse_list
= tmp2;
496
avrule_list_destroy(node->
avfalse_list
);
816
if (avrule_read_list(p, &node->
avfalse_list
, fp))
link.c
[
all
...]
expand.c
[
all
...]
module_to_cil.c
1398
if (cond->
avfalse_list
!= NULL) {
1400
rc = avrule_list_to_cil(indent + 2, pdb, cond->
avfalse_list
, attr_list);
[
all
...]
write.c
784
if (avrule_write_list(node->
avfalse_list
, fp))
[
all
...]
/external/selinux/checkpolicy/
module_compiler.c
1217
if (old_cond->
avfalse_list
== NULL) {
1218
old_cond->
avfalse_list
= cond->
avfalse_list
;
1220
for (tmp = old_cond->
avfalse_list
; tmp->next != NULL;
1222
tmp->next = cond->
avfalse_list
;
[
all
...]
policy_define.c
[
all
...]
/external/selinux/checkpolicy/test/
dismod.c
612
avrule = cond->
avfalse_list
;
Completed in 964 milliseconds