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.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.c686 case CIL_AVRULE: in __attributize_helper()
Dcil_binary.c1977 case CIL_AVRULE: in __cil_cond_to_policydb_helper()
3707 case CIL_AVRULE: in __cil_node_to_policydb()
3763 case CIL_AVRULE: { in __cil_node_to_policydb()
4567 avrule_flavor = CIL_AVRULE; in __cil_print_neverallow_failure()
4799 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.c687 case CIL_AVRULE: in cil_destroy_data()
1034 case CIL_AVRULE: in cil_node_to_string()
Dcil_write_ast.c1304 case CIL_AVRULE: in __cil_write_node_helper()
Dcil_tree.c1162 case CIL_AVRULE: { in cil_tree_print_node()
Dcil_resolve_ast.c3504 case CIL_AVRULE: in __cil_resolve_ast_node()
3672 node->flavor == CIL_AVRULE || in __cil_resolve_ast_node_helper()
Dcil_copy_ast.c1858 case CIL_AVRULE: in __cil_copy_node_helper()
Dcil_post.c1905 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()