Searched refs:cil_copy_ast (Results 1 – 5 of 5) sorted by relevance
/external/selinux/libsepol/ |
D | Android.mk | 48 cil/src/cil_copy_ast.c \
|
/external/selinux/libsepol/cil/src/ |
D | cil_copy_ast.h | 117 int cil_copy_ast(struct cil_db *db, struct cil_tree_node *orig, struct cil_tree_node *dest);
|
D | cil_resolve_ast.c | 2328 rc = cil_copy_ast(db, current, item->data); in cil_resolve_blockinherit_copy() 2387 rc = cil_copy_ast(db, current, block_node); in cil_resolve_in() 2911 rc = cil_copy_ast(db, macro_node, current); in cil_resolve_call1() 3238 rc = cil_copy_ast(db, true_node, current->parent); in cil_resolve_tunif() 3245 rc = cil_copy_ast(db, false_node, current->parent); in cil_resolve_tunif()
|
D | cil_copy_ast.c | 1423 rc = cil_copy_ast(db, orig->args_tree->root, new->args_tree->root); in cil_copy_call() 2050 int cil_copy_ast(struct cil_db *db, struct cil_tree_node *orig, struct cil_tree_node *dest) in cil_copy_ast() function
|
D | cil_build_ast.c | 5190 cil_copy_ast(db, parse_current->next->next, call->args_tree->root); in cil_gen_call()
|