HomeSort by relevance Sort by last modified time
    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 98 cond_list_destroy(x->cond_list);
142 result = cond_node_find(p, cond, decl->cond_list, &was_created);
144 result->next = decl->cond_list;
145 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))