Searched refs:__cil_copy_node_helper (Results 1 – 2 of 2) sorted by relevance
/external/selinux/libsepol/cil/test/unit/ |
D | test_cil_copy_ast.c | 40 int __cil_copy_node_helper(struct cil_tree_node *orig, uint32_t *finished, void *extra_args); 1407 int rc = __cil_copy_node_helper(test_db->ast->root->cl_head, &finished, extra_args); in test_cil_copy_node_helper_block() 1427 int rc = __cil_copy_node_helper(test_db->ast->root->cl_head, &finished, extra_args); in test_cil_copy_node_helper_block_merge() 1462 int rc = __cil_copy_node_helper(test_db->ast->root->cl_head->cl_head, &finished, extra_args); in test_cil_copy_node_helper_perm() 1482 int rc = __cil_copy_node_helper(test_db->ast->root->cl_head->cl_head, &finished, extra_args); in test_cil_copy_node_helper_perm_neg() 1505 int rc = __cil_copy_node_helper(test_db->ast->root->cl_head, &finished, extra_args); in test_cil_copy_node_helper_class() 1525 int rc = __cil_copy_node_helper(test_db->ast->root->cl_head, &finished, extra_args); in test_cil_copy_node_helper_class_dup_neg() 1548 int rc = __cil_copy_node_helper(test_db->ast->root->cl_head, &finished, extra_args); in test_cil_copy_node_helper_common() 1568 int rc = __cil_copy_node_helper(test_db->ast->root->cl_head, &finished, extra_args); in test_cil_copy_node_helper_common_dup_neg() 1591 int rc = __cil_copy_node_helper(test_db->ast->root->cl_head, &finished, extra_args); in test_cil_copy_node_helper_classcommon() [all …]
|
/external/selinux/libsepol/cil/src/ |
D | cil_copy_ast.c | 1707 int __cil_copy_node_helper(struct cil_tree_node *orig, __attribute__((unused)) uint32_t *finished, … in __cil_copy_node_helper() function 2110 rc = cil_tree_walk(orig, __cil_copy_node_helper, NULL, __cil_copy_last_child_helper, &extra_args); in cil_copy_ast()
|