Searched refs:cil_build_ast (Results 1 – 9 of 9) sorted by relevance
/external/selinux/libsepol/cil/test/unit/ |
D | test_cil_resolve_ast.c | 80 cil_build_ast(test_db, test_tree->root, test_db->ast->root); in test_cil_resolve_name() 104 cil_build_ast(test_db, test_tree->root, test_db->ast->root); in test_cil_resolve_name_invalid_type_neg() 143 cil_build_ast(test_db, test_tree->root, test_db->ast->root); in test_cil_resolve_roleallow() 162 int rc1=cil_build_ast(test_db, test_tree->root, test_db->ast->root); in test_cil_resolve_roleallow_srcdecl_neg() 182 cil_build_ast(test_db, test_tree->root, test_db->ast->root); in test_cil_resolve_roleallow_tgtdecl_neg() 202 cil_build_ast(test_db, test_tree->root, test_db->ast->root); in test_cil_resolve_classmapping_anon() 224 cil_build_ast(test_db, test_tree->root, test_db->ast->root); in test_cil_resolve_classmapping_anon_inmacro() 259 cil_build_ast(test_db, test_tree->root, test_db->ast->root); in test_cil_resolve_classmapping_anon_inmacro_neg() 292 cil_build_ast(test_db, test_tree->root, test_db->ast->root); in test_cil_resolve_classmapping_named() 312 cil_build_ast(test_db, test_tree->root, test_db->ast->root); in test_cil_resolve_classmapping_named_classmapname_neg() [all …]
|
D | test_cil_copy_ast.c | 1405 cil_build_ast(test_db, test_tree->root, test_db->ast->root); in test_cil_copy_node_helper_block() 1425 cil_build_ast(test_db, test_tree->root, test_db->ast->root); in test_cil_copy_node_helper_block_merge() 1460 cil_build_ast(test_db, test_tree->root, test_db->ast->root); in test_cil_copy_node_helper_perm() 1480 cil_build_ast(test_db, test_tree->root, test_db->ast->root); in test_cil_copy_node_helper_perm_neg() 1503 cil_build_ast(test_db, test_tree->root, test_db->ast->root); in test_cil_copy_node_helper_class() 1523 cil_build_ast(test_db, test_tree->root, test_db->ast->root); in test_cil_copy_node_helper_class_dup_neg() 1546 cil_build_ast(test_db, test_tree->root, test_db->ast->root); in test_cil_copy_node_helper_common() 1566 cil_build_ast(test_db, test_tree->root, test_db->ast->root); in test_cil_copy_node_helper_common_dup_neg() 1589 cil_build_ast(test_db, test_tree->root, test_db->ast->root); in test_cil_copy_node_helper_classcommon() 1612 cil_build_ast(test_db, test_tree->root, test_db->ast->root); in test_cil_copy_node_helper_sid() [all …]
|
D | test_cil_fqn.c | 55 cil_build_ast(test_db, tree->root, test_db->ast->root); in test_cil_qualify_name() 71 cil_build_ast(test_db, tree->root, test_db->ast->root); in test_cil_qualify_name_cil_flavor()
|
D | test_cil_build_ast.c | 16348 int rc = cil_build_ast(test_db, test_tree->root, test_db->ast->root); in test_cil_build_ast() 16363 int rc = cil_build_ast(null_db, test_tree->root, test_db->ast->root); in test_cil_build_ast_dbnull_neg() 16378 int rc = cil_build_ast(test_db, test_tree->root, test_db->ast->root); in test_cil_build_ast_astnull_neg() 16391 int rc = cil_build_ast(test_db, test_tree->root, test_db->ast->root); in test_cil_build_ast_suberr_neg() 16408 int rc = cil_build_ast(test_db, test_tree->root, test_db->ast->root); in test_cil_build_ast_treenull_neg()
|
/external/selinux/libsepol/cil/src/ |
D | android.c | 879 rc = cil_build_ast(srcdb, srcdb->parse->root, srcdb->ast->root); in cil_android_attrib_mapping() 909 rc = cil_build_ast(srcdb, srcdb->parse->root, srcdb->ast->root); in cil_android_attributize() 919 rc = cil_build_ast(tgtdb, tgtdb->parse->root, tgtdb->ast->root); in cil_android_attributize()
|
D | cil_build_ast.h | 235 int cil_build_ast(struct cil_db *db, struct cil_tree_node *parse_tree, struct cil_tree_node *ast);
|
D | cil.c | 561 rc = cil_build_ast(db, db->parse->root, db->ast->root); in cil_compile()
|
D | cil_build_ast.c | 6557 int cil_build_ast(struct cil_db *db, struct cil_tree_node *parse_tree, struct cil_tree_node *ast) in cil_build_ast() function
|
/external/selinux/libsepol/ |
D | Android.bp | 95 "cil/src/cil_build_ast.c",
|