Searched refs:__cil_build_ast_node_helper (Results 1 – 2 of 2) sorted by relevance
/external/selinux/libsepol/cil/test/unit/ |
D | test_cil_build_ast.c | 40 int __cil_build_ast_node_helper(struct cil_tree_node *, uint32_t *, void *); 16425 int rc = __cil_build_ast_node_helper(test_tree->root->cl_head->cl_head, &finished, extra_args); in test_cil_build_ast_node_helper_block() 16443 int rc = __cil_build_ast_node_helper(test_tree->root->cl_head->cl_head, &finished, extra_args); in test_cil_build_ast_node_helper_block_neg() 16462 int rc = __cil_build_ast_node_helper(test_tree->root->cl_head->cl_head, &finished, extra_args); in test_cil_build_ast_node_helper_blockinherit() 16480 int rc = __cil_build_ast_node_helper(test_tree->root->cl_head->cl_head, &finished, extra_args); in test_cil_build_ast_node_helper_blockinherit_neg() 16499 int rc = __cil_build_ast_node_helper(test_tree->root->cl_head->cl_head, &finished, extra_args); in test_cil_build_ast_node_helper_permset() 16517 int rc = __cil_build_ast_node_helper(test_tree->root->cl_head->cl_head, &finished, extra_args); in test_cil_build_ast_node_helper_permset_neg() 16536 int rc = __cil_build_ast_node_helper(test_tree->root->cl_head->cl_head, &finished, extra_args); in test_cil_build_ast_node_helper_in() 16554 int rc = __cil_build_ast_node_helper(test_tree->root->cl_head->cl_head, &finished, extra_args); in test_cil_build_ast_node_helper_in_neg() 16572 int rc = __cil_build_ast_node_helper(test_tree->root->cl_head->cl_head, &finished, extra_args); in test_cil_build_ast_node_helper_class() [all …]
|
/external/selinux/libsepol/cil/src/ |
D | cil_build_ast.c | 6096 int __cil_build_ast_node_helper(struct cil_tree_node *parse_current, uint32_t *finished, void *extr… in __cil_build_ast_node_helper() function 6570 …rc = cil_tree_walk(parse_tree, __cil_build_ast_node_helper, NULL, __cil_build_ast_last_child_helpe… in cil_build_ast()
|