Searched refs:gen_copy_args (Results 1 – 1 of 1) sorted by relevance
/external/selinux/libsepol/cil/test/unit/ |
D | test_cil_copy_ast.c | 47 struct cil_args_copy *gen_copy_args(struct cil_tree_node *node, struct cil_db *db) in gen_copy_args() function 1403 struct cil_args_copy *extra_args = gen_copy_args(test_db2->ast->root, test_db2); in test_cil_copy_node_helper_block() 1423 struct cil_args_copy *extra_args = gen_copy_args(test_db->ast->root, test_db); in test_cil_copy_node_helper_block_merge() 1458 struct cil_args_copy *extra_args = gen_copy_args(parent_node, test_db2); in test_cil_copy_node_helper_perm() 1478 struct cil_args_copy *extra_args = gen_copy_args(test_db->ast->root, test_db); in test_cil_copy_node_helper_perm_neg() 1501 struct cil_args_copy *extra_args = gen_copy_args(test_db2->ast->root, test_db2); in test_cil_copy_node_helper_class() 1521 struct cil_args_copy *extra_args = gen_copy_args(test_db->ast->root, test_db); in test_cil_copy_node_helper_class_dup_neg() 1544 struct cil_args_copy *extra_args = gen_copy_args(test_db2->ast->root, test_db2); in test_cil_copy_node_helper_common() 1564 struct cil_args_copy *extra_args = gen_copy_args(test_db->ast->root, test_db); in test_cil_copy_node_helper_common_dup_neg() 1587 struct cil_args_copy *extra_args = gen_copy_args(test_db2->ast->root, test_db2); in test_cil_copy_node_helper_classcommon() [all …]
|