Home
last modified time | relevance | path

Searched refs:CIL_AVRULE (Results 1 – 15 of 15) sorted by relevance

/external/selinux/libsepol/cil/src/
Dcil_flavor.h87 CIL_AVRULE, enumerator
Dcil_find.c364 } else if (node->flavor == CIL_AVRULE || node->flavor == CIL_AVRULEX) { in __cil_find_matching_avrule_in_ast()
Dcil_reset_ast.c476 case CIL_AVRULE: in __cil_reset_node()
Dcil_verify.c882 case CIL_AVRULE: { in __cil_verify_booleanif_helper()
1431 case CIL_AVRULE: in __cil_verify_helper()
Dandroid.c685 case CIL_AVRULE: in __attributize_helper()
Dcil_binary.c1937 case CIL_AVRULE: in __cil_cond_to_policydb_helper()
3697 case CIL_AVRULE: in __cil_node_to_policydb()
3753 case CIL_AVRULE: { in __cil_node_to_policydb()
4532 avrule_flavor = CIL_AVRULE; in __cil_print_neverallow_failure()
4765 rc = cil_find_matching_avrule_in_ast(db->ast->root, CIL_AVRULE, &target, matching, CIL_TRUE); in cil_check_type_bounds()
Dcil_policy.c1322 case CIL_AVRULE: in __cil_block_te_rules_to_policy_helper()
1377 args.flavor = CIL_AVRULE; in cil_block_te_rules_to_policy()
Dcil.c857 case CIL_AVRULE: in cil_destroy_data()
1210 case CIL_AVRULE: in cil_node_to_string()
Dcil_write_ast.c1302 case CIL_AVRULE: in __cil_write_node_helper()
Dcil_tree.c1166 case CIL_AVRULE: { in cil_tree_print_node()
Dcil_resolve_ast.c3556 case CIL_AVRULE: in __cil_resolve_ast_node()
3730 node->flavor == CIL_AVRULE || in __cil_resolve_ast_node_helper()
Dcil_copy_ast.c1903 case CIL_AVRULE: in __cil_copy_node_helper()
Dcil_post.c2211 case CIL_AVRULE: { in __cil_post_db_classperms_helper()
Dcil_build_ast.c2059 ast_node->flavor = CIL_AVRULE; in cil_gen_avrule()
/external/selinux/libsepol/cil/test/unit/
Dtest_cil_build_ast.c8159 CuAssertIntEquals(tc, test_ast_node->flavor, CIL_AVRULE); in test_cil_gen_avrule()