Searched refs:CIL_MLSCONSTRAIN (Results 1 – 14 of 14) sorted by relevance
/external/selinux/libsepol/cil/test/unit/ |
D | test_cil_build_ast.c | 5743 int rc = cil_gen_expr_stack(parse_current->next->next, CIL_MLSCONSTRAIN, &cons->expr); in test_cil_gen_constrain_expr_stack_eq2_t1type() 5768 int rc = cil_gen_expr_stack(parse_current->next->next->next, CIL_MLSCONSTRAIN, &cons->expr); in test_cil_gen_constrain_expr_stack_eq2_t1t1_neg() 5793 int rc = cil_gen_expr_stack(parse_current->next->next, CIL_MLSCONSTRAIN, &cons->expr); in test_cil_gen_constrain_expr_stack_eq2_t2type() 5818 int rc = cil_gen_expr_stack(parse_current->next->next, CIL_MLSCONSTRAIN, &cons->expr); in test_cil_gen_constrain_expr_stack_eq2_t2t2_neg() 5843 int rc = cil_gen_expr_stack(parse_current->next->next, CIL_MLSCONSTRAIN, &cons->expr); in test_cil_gen_constrain_expr_stack_eq2_r1role() 5868 int rc = cil_gen_expr_stack(parse_current->next->next, CIL_MLSCONSTRAIN, &cons->expr); in test_cil_gen_constrain_expr_stack_eq2_r1r1_neg() 5893 int rc = cil_gen_expr_stack(parse_current->next->next, CIL_MLSCONSTRAIN, &cons->expr); in test_cil_gen_constrain_expr_stack_eq2_r2role() 5918 int rc = cil_gen_expr_stack(parse_current->next->next, CIL_MLSCONSTRAIN, &cons->expr); in test_cil_gen_constrain_expr_stack_eq2_r2r2_neg() 5943 int rc = cil_gen_expr_stack(parse_current->next->next, CIL_MLSCONSTRAIN, &cons->expr); in test_cil_gen_constrain_expr_stack_eq2_t1t2() 5968 int rc = cil_gen_expr_stack(parse_current->next->next, CIL_MLSCONSTRAIN, &cons->expr); in test_cil_gen_constrain_expr_stack_eq_r1r2() [all …]
|
D | test_cil_copy_ast.c | 1319 … cil_gen_constrain(test_db, test_tree->root->cl_head->cl_head, test_ast_node, CIL_MLSCONSTRAIN); in test_cil_copy_constrain()
|
/external/selinux/libsepol/cil/src/ |
D | cil_flavor.h | 94 CIL_MLSCONSTRAIN, enumerator
|
D | cil_reset_ast.c | 546 case CIL_MLSCONSTRAIN: in __cil_reset_node()
|
D | android.c | 732 case CIL_MLSCONSTRAIN: in __attributize_helper()
|
D | cil.c | 716 case CIL_MLSCONSTRAIN: in cil_destroy_data() 1097 case CIL_MLSCONSTRAIN: in cil_node_to_string()
|
D | cil_write_ast.c | 1387 case CIL_MLSCONSTRAIN: in __cil_write_node_helper()
|
D | cil_tree.c | 1356 case CIL_MLSCONSTRAIN: { in cil_tree_print_node()
|
D | cil_policy.c | 116 case CIL_MLSCONSTRAIN: in __cil_gather_statements_helper()
|
D | cil_copy_ast.c | 1992 case CIL_MLSCONSTRAIN: in __cil_copy_node_helper()
|
D | cil_post.c | 2228 case CIL_MLSCONSTRAIN: { in __cil_post_db_classperms_helper()
|
D | cil_resolve_ast.c | 3613 case CIL_MLSCONSTRAIN: in __cil_resolve_ast_node()
|
D | cil_binary.c | 3803 case CIL_MLSCONSTRAIN: in __cil_node_to_policydb()
|
D | cil_build_ast.c | 6385 rc = cil_gen_constrain(db, parse_current, ast_node, CIL_MLSCONSTRAIN); in __cil_build_ast_node_helper()
|