OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:avtrue_list
(Results
1 - 8
of
8
) sorted by null
/external/libsepol/include/sepol/policydb/
conditional.h
81
avrule_t *
avtrue_list
;
member in struct:cond_node
/external/checkpolicy/
module_compiler.c
1329
if (old_cond->
avtrue_list
== NULL) {
1330
old_cond->
avtrue_list
= cond->
avtrue_list
;
1332
for (tmp = old_cond->
avtrue_list
; tmp->next != NULL;
1334
tmp->next = cond->
avtrue_list
;
[
all
...]
policy_define.c
[
all
...]
/external/libsepol/src/
conditional.c
379
tmp2 = cn->
avtrue_list
;
380
cn->
avtrue_list
= cn->avfalse_list;
495
avrule_list_destroy(node->
avtrue_list
);
817
if (avrule_read_list(p, &node->
avtrue_list
, fp))
link.c
[
all
...]