Home
last modified time | relevance | path

Searched refs:CIL_CONDFALSE (Results 1 - 7 of 7) sorted by relevance

/third_party/selinux/libsepol/cil/src/
H A Dcil_flavor.h57 CIL_CONDFALSE, enumerator
H A Dcil.c764 case CIL_CONDFALSE: in cil_destroy_data()
1158 case CIL_CONDFALSE: in cil_node_to_string()
1166 case CIL_CONDFALSE: in cil_node_to_string()
H A Dcil_policy.c1454 if (cb && cb->flavor == CIL_CONDFALSE) { in __cil_te_rules_to_policy_helper()
H A Dcil_binary.c2369 } else if (cb->flavor == CIL_CONDFALSE) { in cil_booleanif_to_policydb()
2395 bool_args.cond_flavor = CIL_CONDFALSE; in cil_booleanif_to_policydb()
H A Dcil_resolve_ast.c3433 } else if (cb->flavor == CIL_CONDFALSE) { in cil_resolve_tunif()
3442 } else if (cb->flavor == CIL_CONDFALSE) { in cil_resolve_tunif()
H A Dcil_build_ast.c6349 rc = cil_gen_condblock(db, parse_current, new_ast_node, CIL_CONDFALSE); in parse_statement()
/third_party/selinux/libsepol/cil/test/unit/
H A Dtest_cil_build_ast.c4655 int 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 int 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 int 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 int 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()

Completed in 54 milliseconds