Searched refs:CIL_CONDTRUE (Results 1 - 8 of 8) sorted by relevance
/third_party/selinux/libsepol/cil/src/ |
H A D | cil_flavor.h | 56 CIL_CONDTRUE, enumerator
|
H A D | cil.c | 762 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 D | cil_binary.c | 945 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 D | cil_write_ast.c | 627 fprintf(out, "(%s", cb->flavor == CIL_CONDTRUE ? "true" : "false"); in cil_write_ast_node()
|
H A D | cil_policy.c | 1449 if (cb && cb->flavor == CIL_CONDTRUE) { in __cil_te_rules_to_policy_helper()
|
H A D | cil_resolve_ast.c | 3431 if (cb->flavor == CIL_CONDTRUE) { in cil_resolve_tunif() 3440 if (cb->flavor == CIL_CONDTRUE) { in cil_resolve_tunif()
|
H A D | cil_build_ast.c | 6347 rc = cil_gen_condblock(db, parse_current, new_ast_node, CIL_CONDTRUE); in parse_statement()
|
/third_party/selinux/libsepol/cil/test/unit/ |
H A D | test_cil_build_ast.c | 4636 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 61 milliseconds