Home
last modified time | relevance | path

Searched refs:CIL_MLSCONSTRAIN (Results 1 – 14 of 14) sorted by relevance

/external/selinux/libsepol/cil/test/unit/
Dtest_cil_build_ast.c5743 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 …]
Dtest_cil_copy_ast.c1319 … 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/
Dcil_flavor.h94 CIL_MLSCONSTRAIN, enumerator
Dcil_reset_ast.c546 case CIL_MLSCONSTRAIN: in __cil_reset_node()
Dandroid.c732 case CIL_MLSCONSTRAIN: in __attributize_helper()
Dcil.c716 case CIL_MLSCONSTRAIN: in cil_destroy_data()
1097 case CIL_MLSCONSTRAIN: in cil_node_to_string()
Dcil_write_ast.c1387 case CIL_MLSCONSTRAIN: in __cil_write_node_helper()
Dcil_tree.c1356 case CIL_MLSCONSTRAIN: { in cil_tree_print_node()
Dcil_policy.c116 case CIL_MLSCONSTRAIN: in __cil_gather_statements_helper()
Dcil_copy_ast.c1992 case CIL_MLSCONSTRAIN: in __cil_copy_node_helper()
Dcil_post.c2228 case CIL_MLSCONSTRAIN: { in __cil_post_db_classperms_helper()
Dcil_resolve_ast.c3613 case CIL_MLSCONSTRAIN: in __cil_resolve_ast_node()
Dcil_binary.c3803 case CIL_MLSCONSTRAIN: in __cil_node_to_policydb()
Dcil_build_ast.c6385 rc = cil_gen_constrain(db, parse_current, ast_node, CIL_MLSCONSTRAIN); in __cil_build_ast_node_helper()