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.h86 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.c462 case CIL_AVRULE: in __cil_reset_node()
Dcil_verify.c880 case CIL_AVRULE: { in __cil_verify_booleanif_helper()
1389 case CIL_AVRULE: in __cil_verify_helper()
Dandroid.c685 case CIL_AVRULE: in __attributize_helper()
Dcil_binary.c1959 case CIL_AVRULE: in __cil_cond_to_policydb_helper()
3689 case CIL_AVRULE: in __cil_node_to_policydb()
3745 case CIL_AVRULE: { in __cil_node_to_policydb()
4549 avrule_flavor = CIL_AVRULE; in __cil_print_neverallow_failure()
4781 rc = cil_find_matching_avrule_in_ast(db->ast->root, CIL_AVRULE, &target, matching, CIL_TRUE); in cil_check_type_bounds()
Dcil_policy.c1325 case CIL_AVRULE: in __cil_block_te_rules_to_policy_helper()
1380 args.flavor = CIL_AVRULE; in cil_block_te_rules_to_policy()
Dcil.c683 case CIL_AVRULE: in cil_destroy_data()
1028 case CIL_AVRULE: in cil_node_to_string()
Dcil_write_ast.c1283 case CIL_AVRULE: in __cil_write_node_helper()
Dcil_tree.c1151 case CIL_AVRULE: { in cil_tree_print_node()
Dcil_resolve_ast.c3452 case CIL_AVRULE: in __cil_resolve_ast_node()
3620 node->flavor == CIL_AVRULE || in __cil_resolve_ast_node_helper()
Dcil_copy_ast.c1832 case CIL_AVRULE: in __cil_copy_node_helper()
Dcil_post.c1897 case CIL_AVRULE: { in __cil_post_db_classperms_helper()
Dcil_build_ast.c2025 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()