OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cond_list
(Results
1 - 15
of
15
) sorted by null
/external/libsepol/tests/
test-cond.c
74
a = base_expanded.
cond_list
;
76
b = base_expanded.
cond_list
;
test-linker-cond-map.c
62
CU_ASSERT_FATAL(d->
cond_list
!= NULL);
63
CU_ASSERT_FATAL(d->
cond_list
->expr != NULL);
65
expr = d->
cond_list
->expr;
/external/libsepol/src/
avrule_block.c
97
cond_list_destroy(x->
cond_list
);
141
result = cond_node_find(p, cond, decl->
cond_list
, &was_created);
143
result->next = decl->
cond_list
;
144
decl->
cond_list
= result;
hierarchy.c
267
static int pullup_unconditional_perms(cond_list_t *
cond_list
,
277
for (cur_node =
cond_list
; cur_node; cur_node = cur_node->next) {
330
static int check_cond_avtab_hierarchy(cond_list_t *
cond_list
,
340
for (cur_node =
cond_list
; cur_node; cur_node = cur_node->next) {
471
if (pullup_unconditional_perms(p->
cond_list
, &args))
477
if (check_cond_avtab_hierarchy(p->
cond_list
, &args))
conditional.c
198
result->next = p->
cond_list
;
199
p->
cond_list
= result;
448
for (cur = p->
cond_list
; cur != NULL; cur = cur->next) {
459
p->
cond_list
= NULL;
520
cond_list_destroy(p->
cond_list
);
907
cond_av_list_t *
cond_list
)
912
for (cur_av =
cond_list
; cur_av != NULL; cur_av = cur_av->next) {
link.c
[
all
...]
expand.c
[
all
...]
write.c
[
all
...]
policydb.c
[
all
...]
/external/libsepol/include/sepol/policydb/
conditional.h
113
cond_av_list_t *
cond_list
);
policydb.h
410
cond_list_t *
cond_list
;
member in struct:avrule_decl
526
cond_list_t *
cond_list
;
member in struct:policydb
/external/checkpolicy/
module_compiler.c
26
cond_list_t *
cond_list
;
member in union:stack_item_u
[
all
...]
checkpolicy.c
342
for (cur = policydbp->
cond_list
; cur != NULL; cur = cur->next) {
/external/checkpolicy/test/
dismod.c
553
for (cur = p->
cond_list
; cur != NULL; cur = cur->next) {
597
cond_list_t *cond = decl->
cond_list
;
dispol.c
237
for (cur = p->
cond_list
; cur != NULL; cur = cur->next) {
Completed in 79 milliseconds