Searched refs:cil_fill_level (Results 1 – 4 of 4) sorted by relevance
/external/selinux/libsepol/cil/src/ |
D | cil_build_ast.h | 233 int cil_fill_level(struct cil_tree_node *sens, struct cil_level *level);
|
D | cil_build_ast.c | 1419 rc = cil_fill_level(parse_current->next->next->cl_head, usrlvl->level); in cil_gen_userlevel() 3846 rc = cil_fill_level(parse_current->next->next->cl_head, level); in cil_gen_level() 3898 rc = cil_fill_level(low->cl_head, lvlrange->low); in cil_fill_levelrange() 3908 rc = cil_fill_level(low->next->cl_head, lvlrange->high); in cil_fill_levelrange() 5700 int cil_fill_level(struct cil_tree_node *curr, struct cil_level *level) in cil_fill_level() function
|
D | cil_resolve_ast.c | 2876 rc = cil_fill_level(pc->cl_head, level); in cil_resolve_call1()
|
/external/selinux/libsepol/cil/test/unit/ |
D | test_cil_build_ast.c | 11181 …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()
|