Searched refs:CIL_TUNABLE (Results 1 – 9 of 9) sorted by relevance
/external/selinux/libsepol/cil/src/ |
D | cil_flavor.h | 164 CIL_TUNABLE, enumerator
|
D | cil_verify.c | 175 if (expr_flavor != CIL_BOOL && expr_flavor != CIL_TUNABLE ) { in cil_verify_expr_syntax() 181 if (expr_flavor == CIL_BOOL || expr_flavor == CIL_TUNABLE) { in cil_verify_expr_syntax()
|
D | cil.c | 536 case CIL_TUNABLE: in cil_destroy_data() 821 case CIL_TUNABLE: in cil_flavor_to_symtab_index() 933 case CIL_TUNABLE: in cil_node_to_string()
|
D | cil_write_ast.c | 1296 case CIL_TUNABLE: in __cil_write_node_helper()
|
D | cil_tree.c | 1023 case CIL_TUNABLE: { in cil_tree_print_node()
|
D | cil_resolve_ast.c | 3176 case CIL_TUNABLE: in cil_resolve_expr() 3705 if (node->flavor == CIL_TUNABLE || node->flavor == CIL_MACRO) { in __cil_resolve_ast_node_helper()
|
D | cil_copy_ast.c | 1897 case CIL_TUNABLE: in __cil_copy_node_helper()
|
D | cil_build_ast.c | 2509 …b, ast_node, (struct cil_symtab_datum*)tunable, (hashtab_key_t)key, CIL_SYM_TUNABLES, CIL_TUNABLE); in cil_gen_tunable() 2940 rc = cil_gen_expr(parse_current->next, CIL_TUNABLE, &tif->str_expr); in cil_gen_tunif()
|
/external/selinux/libsepol/cil/test/unit/ |
D | test_cil_build_ast.c | 5526 int rc = cil_gen_bool(test_db, test_tree->root->cl_head->cl_head, test_ast_node, CIL_TUNABLE); in test_cil_gen_bool_tunable_true() 5530 CuAssertIntEquals(tc, test_ast_node->flavor, CIL_TUNABLE); in test_cil_gen_bool_tunable_true() 5570 int rc = cil_gen_bool(test_db, test_tree->root->cl_head->cl_head, test_ast_node, CIL_TUNABLE); in test_cil_gen_bool_tunable_false() 5574 CuAssertIntEquals(tc, test_ast_node->flavor, CIL_TUNABLE); in test_cil_gen_bool_tunable_false()
|