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

  /external/selinux/libsepol/cil/src/
cil_tree.c 47 void cil_tree_print_levelrange(struct cil_levelrange *lvlrange);
521 void cil_tree_print_levelrange(struct cil_levelrange *lvlrange)
524 if (lvlrange->low != NULL) {
526 cil_tree_print_level(lvlrange->low);
528 } else if (lvlrange->low_str != NULL) {
529 cil_log(CIL_INFO, " %s", lvlrange->low_str);
532 if (lvlrange->high != NULL) {
534 cil_tree_print_level(lvlrange->high);
536 } else if (lvlrange->high_str != NULL) {
537 cil_log(CIL_INFO, " %s", lvlrange->high_str)
1243 struct cil_levelrange *lvlrange = node->data; local
    [all...]
cil_resolve_ast.c     [all...]
cil_build_ast.h 163 int cil_fill_levelrange(struct cil_tree_node *low, struct cil_levelrange *lvlrange);
165 void cil_destroy_levelrange(struct cil_levelrange *lvlrange);
cil_build_ast.c 3867 struct cil_levelrange *lvlrange = NULL; local
    [all...]
cil_policy.c 433 void cil_levelrange_to_policy(FILE **file_arr, uint32_t file_index, struct cil_levelrange *lvlrange)
435 struct cil_level *low = lvlrange->low;
436 struct cil_level *high = lvlrange->high;
448 struct cil_levelrange *lvlrange = context->range; local
451 cil_levelrange_to_policy(file_arr, file_index, lvlrange);
    [all...]
cil_internal.h 943 void cil_levelrange_init(struct cil_levelrange **lvlrange);
  /external/selinux/libsepol/cil/test/unit/
test_cil_resolve_ast.c 1426 struct cil_levelrange *lvlrange = (struct cil_levelrange *)test_db->ast->root->cl_head->next->next->next->next->next->data; local
1455 struct cil_levelrange *lvlrange = (struct cil_levelrange *)test_db->ast->root->cl_head->next->next->next->next->next->data; local
1484 struct cil_levelrange *lvlrange = (struct cil_levelrange *)test_db->ast->root->cl_head->next->next->next->next->next->data; local
1511 struct cil_levelrange *lvlrange = (struct cil_levelrange *)test_db->ast->root->cl_head->next->next->next->data; local
1536 struct cil_levelrange *lvlrange = (struct cil_levelrange *)test_db->ast->root->cl_head->next->next->next->data; local
1563 struct cil_levelrange *lvlrange = (struct cil_levelrange *)test_db->ast->root->cl_head->next->next->next->data; local
    [all...]

Completed in 1631 milliseconds