Home
last modified time | relevance | path

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

/external/selinux/libsepol/cil/src/
Dcil_flavor.h56 CIL_CONDTRUE, enumerator
Dcil.c708 case CIL_CONDTRUE: in cil_destroy_data()
1102 case CIL_CONDTRUE: in cil_node_to_string()
1110 case CIL_CONDTRUE: in cil_node_to_string()
Dcil_binary.c949 if (cond_flavor == CIL_CONDTRUE) { in __cil_cond_insert_rule()
1034 if (cond_flavor == CIL_CONDTRUE) { in __cil_insert_type_rule()
2250 if (cb->flavor == CIL_CONDTRUE) { in cil_booleanif_to_policydb()
2269 bool_args.cond_flavor = CIL_CONDTRUE; in cil_booleanif_to_policydb()
Dcil_tree.c1050 if (cb->flavor == CIL_CONDTRUE) { in cil_tree_print_node()
Dcil_resolve_ast.c3317 if (cb->flavor == CIL_CONDTRUE) { in cil_resolve_tunif()
3326 if (cb->flavor == CIL_CONDTRUE) { in cil_resolve_tunif()
Dcil_policy.c1448 if (cb && cb->flavor == CIL_CONDTRUE) { in __cil_te_rules_to_policy_helper()
Dcil_build_ast.c6317 rc = cil_gen_condblock(db, parse_current, ast_node, CIL_CONDTRUE); in __cil_build_ast_node_helper()
/external/selinux/libsepol/cil/test/unit/
Dtest_cil_build_ast.c4636 …int rc = cil_gen_condblock(test_db, test_tree->root->cl_head->cl_head, test_ast_node, CIL_CONDTRUE in test_cil_gen_condblock_true()
4723 …int rc = cil_gen_condblock(test_db, test_tree->root->cl_head->cl_head, test_ast_node, CIL_CONDTRUE in test_cil_gen_condblock_nocond_neg()
4742 …int rc = cil_gen_condblock(test_db, test_tree->root->cl_head->cl_head, test_ast_node, CIL_CONDTRUE in test_cil_gen_condblock_extra_neg()