Home
last modified time | relevance | path

Searched refs:cil_fill_level (Results 1 – 4 of 4) sorted by relevance

/external/selinux/libsepol/cil/src/
Dcil_build_ast.h218 int cil_fill_level(struct cil_tree_node *sens, struct cil_level *level);
Dcil_build_ast.c1233 rc = cil_fill_level(parse_current->next->next->cl_head, usrlvl->level); in cil_gen_userlevel()
3449 rc = cil_fill_level(parse_current->next->next->cl_head, level); in cil_gen_level()
3502 rc = cil_fill_level(low->cl_head, lvlrange->low); in cil_fill_levelrange()
3512 rc = cil_fill_level(low->next->cl_head, lvlrange->high); in cil_fill_levelrange()
5175 int cil_fill_level(struct cil_tree_node *curr, struct cil_level *level) in cil_fill_level() function
Dcil_resolve_ast.c2504 rc = cil_fill_level(pc->cl_head, level); in cil_resolve_call1()
/external/selinux/libsepol/cil/test/unit/
Dtest_cil_build_ast.c11181 …int rc = cil_fill_level(test_tree->root->cl_head->next->next->cl_head->next->next->cl_head, test_l… in test_cil_fill_level()
11205 … int rc = cil_fill_level(test_tree->root->cl_head->next->next->cl_head->next->next, test_level); in test_cil_fill_level_sensnull_neg()
11228 …int rc = cil_fill_level(test_tree->root->cl_head->next->next->cl_head->next->next->cl_head, test_l… in test_cil_fill_level_levelnull_neg()
11252 …int rc = cil_fill_level(test_tree->root->cl_head->next->next->cl_head->next->next->cl_head, test_l… in test_cil_fill_level_nocat()
11276 …int rc = cil_fill_level(test_tree->root->cl_head->next->next->cl_head->next->next->cl_head, test_l… in test_cil_fill_level_emptycat_neg()