Home
last modified time | relevance | path

Searched refs:cil_copy_ast (Results 1 – 5 of 5) sorted by relevance

/external/selinux/libsepol/
DAndroid.bp63 "cil/src/cil_copy_ast.c",
/external/selinux/libsepol/cil/src/
Dcil_copy_ast.h118 int cil_copy_ast(struct cil_db *db, struct cil_tree_node *orig, struct cil_tree_node *dest);
Dcil_resolve_ast.c2433 rc = cil_copy_ast(db, current, item->data); in cil_resolve_blockinherit_copy()
2492 rc = cil_copy_ast(db, current, block_node); in cil_resolve_in()
3012 rc = cil_copy_ast(db, macro_node, current); in cil_resolve_call1()
3339 rc = cil_copy_ast(db, true_node, current->parent); in cil_resolve_tunif()
3346 rc = cil_copy_ast(db, false_node, current->parent); in cil_resolve_tunif()
Dcil_copy_ast.c1491 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
Dcil_build_ast.c5387 cil_copy_ast(db, parse_current->next->next, call->args_tree->root); in cil_gen_call()