/external/libsepol/include/sepol/policydb/ |
expand.h | 71 cond_av_list_t ** cond, cond_av_list_t ** other, 76 extern int expand_cond_av_list(policydb_t * p, cond_av_list_t * l, 77 cond_av_list_t ** newl, avtab_t * expa);
|
conditional.h | 65 } cond_av_list_t; typedef in typeref:struct:cond_av_list 78 cond_av_list_t *true_list; 79 cond_av_list_t *false_list; 113 cond_av_list_t * cond_list); 115 extern void cond_av_list_destroy(cond_av_list_t * list);
|
/external/libsepol/src/ |
conditional.c | 30 static void cond_optimize(cond_av_list_t ** l) 32 cond_av_list_t *top, *p, *cur; 311 cond_av_list_t *cur; 347 cond_av_list_t *tmp; 466 void cond_av_list_destroy(cond_av_list_t * list) 468 cond_av_list_t *cur, *next; 620 cond_av_list_t *other; 621 cond_av_list_t *head; 622 cond_av_list_t *tail; 631 cond_av_list_t *other = data->other, *list, *cur [all...] |
hierarchy.c | 44 cond_av_list_t *opt_cond_list; 271 cond_av_list_t *cur_av, *expl_true = NULL, *expl_false = NULL; 335 cond_av_list_t *cur_av, *expl = NULL;
|
expand.c | [all...] |
write.c | 647 cond_av_list_t * list, struct policy_file *fp) 650 cond_av_list_t *cur_list, *new_list = NULL; [all...] |
/external/checkpolicy/test/ |
dispol.c | 234 cond_av_list_t *av_cur, *expl = NULL;
|
dismod.c | 552 cond_av_list_t *av_cur;
|