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

  /external/selinux/libsepol/cil/src/
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_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_build_ast.c 3867 struct cil_levelrange *lvlrange = NULL; local
    [all...]
  /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 283 milliseconds