Home
last modified time | relevance | path

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

/third_party/selinux/libsepol/cil/src/
H A Dcil_flavor.h56 CIL_CONDTRUE, enumerator
H A Dcil.c762 case CIL_CONDTRUE: in cil_destroy_data()
1156 case CIL_CONDTRUE: in cil_node_to_string()
1164 case CIL_CONDTRUE: in cil_node_to_string()
H A Dcil_binary.c945 if (cond_flavor == CIL_CONDTRUE) { in __cil_cond_insert_rule()
1030 if (cond_flavor == CIL_CONDTRUE) { in __cil_insert_type_rule()
2367 if (cb->flavor == CIL_CONDTRUE) { in cil_booleanif_to_policydb()
2386 bool_args.cond_flavor = CIL_CONDTRUE; in cil_booleanif_to_policydb()
H A Dcil_write_ast.c627 fprintf(out, "(%s", cb->flavor == CIL_CONDTRUE ? "true" : "false"); in cil_write_ast_node()
H A Dcil_policy.c1449 if (cb && cb->flavor == CIL_CONDTRUE) { in __cil_te_rules_to_policy_helper()
H A Dcil_resolve_ast.c3431 if (cb->flavor == CIL_CONDTRUE) { in cil_resolve_tunif()
3440 if (cb->flavor == CIL_CONDTRUE) { in cil_resolve_tunif()
H A Dcil_build_ast.c6347 rc = cil_gen_condblock(db, parse_current, new_ast_node, CIL_CONDTRUE); in parse_statement()
/third_party/selinux/libsepol/cil/test/unit/
H A 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()

Completed in 55 milliseconds