HomeSort by relevance Sort by last modified time
    Searched refs:true_list (Results 1 - 7 of 7) sorted by null

  /external/libsepol/include/sepol/policydb/
conditional.h 78 cond_av_list_t *true_list; member in struct:cond_node
  /external/libsepol/src/
conditional.c 56 cond_optimize(&n->true_list);
320 for (cur = node->true_list; cur != NULL; cur = cur->next) {
376 tmp = cn->true_list;
377 cn->true_list = cn->false_list;
497 cond_av_list_destroy(node->true_list);
811 if (cond_read_av_list(p, fp, &node->true_list, NULL) != 0)
813 if (cond_read_av_list(p, fp, &node->false_list, node->true_list)
hierarchy.c 282 if (expand_cond_av_list(args->p, cur_node->true_list,
346 if (expand_cond_av_list(args->p, cur_node->true_list,
expand.c     [all...]
write.c 729 if (cond_write_av_list(p, node->true_list, fp) != 0)
    [all...]
  /external/checkpolicy/test/
dispol.c 244 if (expand_cond_av_list(p, cur->true_list, &expl, &expa)) {
dismod.c 558 for (av_cur = cur->true_list; av_cur != NULL;

Completed in 57 milliseconds