Searched refs:cil_copy_ast (Results 1 – 5 of 5) sorted by relevance
/external/selinux/libsepol/ |
D | Android.bp | 97 "cil/src/cil_copy_ast.c",
|
/external/selinux/libsepol/cil/src/ |
D | cil_copy_ast.h | 118 int cil_copy_ast(struct cil_db *db, struct cil_tree_node *orig, struct cil_tree_node *dest);
|
D | cil_resolve_ast.c | 2429 rc = cil_copy_ast(db, current, item->data); in cil_resolve_blockinherit_copy() 2488 rc = cil_copy_ast(db, current, block_node); in cil_resolve_in() 3008 rc = cil_copy_ast(db, macro_node, current); in cil_resolve_call1() 3335 rc = cil_copy_ast(db, true_node, current->parent); in cil_resolve_tunif() 3342 rc = cil_copy_ast(db, false_node, current->parent); in cil_resolve_tunif()
|
D | cil_copy_ast.c | 1491 rc = cil_copy_ast(db, orig->args_tree->root, new->args_tree->root); in cil_copy_call() 2153 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 | 5387 cil_copy_ast(db, parse_current->next->next, call->args_tree->root); in cil_gen_call()
|