Home
last modified time | relevance | path

Searched refs:__cil_resolve_ast_node_helper (Results 1 – 2 of 2) sorted by relevance

/external/selinux/libsepol/cil/test/unit/
Dtest_cil_resolve_ast.c41 int __cil_resolve_ast_node_helper(struct cil_tree_node *, uint32_t *, void *);
695 cil_tree_walk(test_db->ast->root, __cil_resolve_ast_node_helper, NULL, NULL, args); in test_cil_resolve_cat_list_catrange()
1069 cil_tree_walk(test_db->ast->root, __cil_resolve_ast_node_helper, NULL, NULL, args); in test_cil_resolve_senscat_sublist()
1144 cil_tree_walk(test_db->ast->root, __cil_resolve_ast_node_helper, NULL, NULL, args); in test_cil_resolve_senscat_currrangecat()
8415 …int rc = __cil_resolve_ast_node_helper(test_db->ast->root->cl_head->next->next->next, &finished, a… in test_cil_resolve_ast_node_helper_call1()
8441 …int rc = __cil_resolve_ast_node_helper(test_db->ast->root->cl_head->next->next->next, &finished, a… in test_cil_resolve_ast_node_helper_call1_neg()
8471 …int rc = __cil_resolve_ast_node_helper(test_db->ast->root->cl_head->next->next->next, &finished, a… in test_cil_resolve_ast_node_helper_call2()
8500 …int rc = __cil_resolve_ast_node_helper(test_db->ast->root->cl_head->next->next->next, &finished, a… in test_cil_resolve_ast_node_helper_call2_neg()
8524 …int rc = __cil_resolve_ast_node_helper(test_db->ast->root->cl_head->next->next->next, &finished, a… in test_cil_resolve_ast_node_helper_boolif()
8549 …int rc = __cil_resolve_ast_node_helper(test_db->ast->root->cl_head->next->next->next, &finished, a… in test_cil_resolve_ast_node_helper_boolif_neg()
[all …]
/external/selinux/libsepol/cil/src/
Dcil_resolve_ast.c3690 int __cil_resolve_ast_node_helper(struct cil_tree_node *node, uint32_t *finished, void *extra_args) in __cil_resolve_ast_node_helper() function
3930 …rc = cil_tree_walk(current, __cil_resolve_ast_node_helper, __cil_resolve_ast_first_child_helper, _… in cil_resolve_ast()