/external/selinux/libsepol/cil/test/unit/ |
test_cil_fqn.c | 36 #include "../../src/cil_build_ast.h" 55 cil_build_ast(test_db, tree->root, test_db->ast->root); 71 cil_build_ast(test_db, tree->root, test_db->ast->root);
|
test_cil_resolve_ast.c | 35 #include "../../src/cil_build_ast.h" 80 cil_build_ast(test_db, test_tree->root, test_db->ast->root); 104 cil_build_ast(test_db, test_tree->root, test_db->ast->root); 143 cil_build_ast(test_db, test_tree->root, test_db->ast->root); 162 int rc1=cil_build_ast(test_db, test_tree->root, test_db->ast->root); 182 cil_build_ast(test_db, test_tree->root, test_db->ast->root); 202 cil_build_ast(test_db, test_tree->root, test_db->ast->root); 224 cil_build_ast(test_db, test_tree->root, test_db->ast->root); 259 cil_build_ast(test_db, test_tree->root, test_db->ast->root); 292 cil_build_ast(test_db, test_tree->root, test_db->ast->root) [all...] |
test_cil_copy_ast.c | 35 #include "../../src/cil_build_ast.h" [all...] |
test_cil_build_ast.c | 36 #include "../../src/cil_build_ast.h" [all...] |
/external/selinux/libsepol/cil/src/ |
android.c | 6 #include "cil_build_ast.h" 850 rc = cil_build_ast(srcdb, srcdb->parse->root, srcdb->ast->root); 880 rc = cil_build_ast(srcdb, srcdb->parse->root, srcdb->ast->root); 890 rc = cil_build_ast(tgtdb, tgtdb->parse->root, tgtdb->ast->root);
|
cil_build_ast.h | 229 int cil_build_ast(struct cil_db *db, struct cil_tree_node *parse_tree, struct cil_tree_node *ast);
|
cil.c | 43 #include "cil_build_ast.h" 46 #include "cil_build_ast.h" 390 rc = cil_build_ast(db, db->parse->root, db->ast->root); [all...] |
cil_build_ast.c | 44 #include "cil_build_ast.h" 6290 int cil_build_ast(struct cil_db *db, struct cil_tree_node *parse_tree, struct cil_tree_node *ast) function [all...] |