Home
last modified time | relevance | path

Searched refs:cil_build_ast (Results 1 – 8 of 8) sorted by relevance

/external/selinux/libsepol/cil/test/unit/
Dtest_cil_resolve_ast.c80 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 …]
Dtest_cil_copy_ast.c1405 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 …]
Dtest_cil_fqn.c55 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()
Dtest_cil_build_ast.c16348 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/
DAndroid.mk46 cil/src/cil_build_ast.c \
/external/selinux/libsepol/cil/src/
Dcil_build_ast.h227 int cil_build_ast(struct cil_db *db, struct cil_tree_node *parse_tree, struct cil_tree_node *ast);
Dcil.c384 rc = cil_build_ast(db, db->parse->root, db->ast->root); in cil_compile()
Dcil_build_ast.c6332 int cil_build_ast(__attribute__((unused)) struct cil_db *db, struct cil_tree_node *parse_tree, stru… in cil_build_ast() function