Searched refs:CIL_CONDTRUE (Results 1 - 8 of 8) sorted by relevance
/external/selinux/libsepol/cil/src/ |
H A D | cil_flavor.h | 56 CIL_CONDTRUE, enumerator in enum:cil_flavor
|
H A D | cil.c | 512 case CIL_CONDTRUE: 880 case CIL_CONDTRUE: 888 case CIL_CONDTRUE:
|
H A D | cil_policy.c | 908 if (cb->flavor == CIL_CONDTRUE) { 917 if (cb->flavor == CIL_CONDTRUE) {
|
H A D | cil_binary.c | 974 if (cond_flavor == CIL_CONDTRUE) { 1052 if (cond_flavor == CIL_CONDTRUE) { 1823 if (cb->flavor == CIL_CONDTRUE) { 1844 bool_args.cond_flavor = CIL_CONDTRUE;
|
H A D | cil_tree.c | 931 if (cb->flavor == CIL_CONDTRUE) {
|
H A D | cil_resolve_ast.c | 2934 if (cb->flavor == CIL_CONDTRUE) { 2943 if (cb->flavor == CIL_CONDTRUE) {
|
H A D | cil_build_ast.c | 5776 rc = cil_gen_condblock(db, parse_current, ast_node, CIL_CONDTRUE);
|
/external/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); 4723 int rc = cil_gen_condblock(test_db, test_tree->root->cl_head->cl_head, test_ast_node, CIL_CONDTRUE); 4742 int rc = cil_gen_condblock(test_db, test_tree->root->cl_head->cl_head, test_ast_node, CIL_CONDTRUE);
|
Completed in 282 milliseconds