Home
last modified time | relevance | path

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

/external/selinux/libsepol/cil/src/
Dcil_flavor.h57 CIL_CONDFALSE, enumerator
Dcil.c710 case CIL_CONDFALSE: in cil_destroy_data()
1104 case CIL_CONDFALSE: in cil_node_to_string()
1112 case CIL_CONDFALSE: in cil_node_to_string()
Dcil_tree.c1052 } else if (cb->flavor == CIL_CONDFALSE) { in cil_tree_print_node()
Dcil_resolve_ast.c3319 } else if (cb->flavor == CIL_CONDFALSE) { in cil_resolve_tunif()
3328 } else if (cb->flavor == CIL_CONDFALSE) { in cil_resolve_tunif()
Dcil_policy.c1453 if (cb && cb->flavor == CIL_CONDFALSE) { in __cil_te_rules_to_policy_helper()
Dcil_binary.c2252 } else if (cb->flavor == CIL_CONDFALSE) { in cil_booleanif_to_policydb()
2278 bool_args.cond_flavor = CIL_CONDFALSE; in cil_booleanif_to_policydb()
Dcil_build_ast.c6319 rc = cil_gen_condblock(db, parse_current, ast_node, CIL_CONDFALSE); in __cil_build_ast_node_helper()
/external/selinux/libsepol/cil/test/unit/
Dtest_cil_build_ast.c4655 …t rc = cil_gen_condblock(test_db, test_tree->root->cl_head->cl_head, test_ast_node, CIL_CONDFALSE); in test_cil_gen_condblock_false()
4670 …t rc = cil_gen_condblock(test_db, test_tree->root->cl_head->cl_head, test_ast_node, CIL_CONDFALSE); in test_cil_gen_condblock_dbnull_neg()
4689 …t rc = cil_gen_condblock(test_db, test_tree->root->cl_head->cl_head, test_ast_node, CIL_CONDFALSE); in test_cil_gen_condblock_currnull_neg()
4704 …t rc = cil_gen_condblock(test_db, test_tree->root->cl_head->cl_head, test_ast_node, CIL_CONDFALSE); in test_cil_gen_condblock_astnull_neg()