Home
last modified time | relevance | path

Searched refs:CIL_BLOCK (Results 1 – 15 of 15) sorted by relevance

/external/selinux/libsepol/cil/src/
Dcil_flavor.h160 CIL_BLOCK = CIL_MIN_DECLARATIVE, enumerator
Dcil_fqn.c81 if (node->flavor != CIL_BLOCK) { in __cil_fqn_qualify_blocks()
Dcil_post.c556 case CIL_BLOCK: { in __cil_post_db_count_helper()
664 case CIL_BLOCK: { in __cil_post_db_array_helper()
1502 case CIL_BLOCK: { in __cil_post_db_neverallow_attr_helper()
1534 case CIL_BLOCK: { in __cil_post_db_attr_helper()
1635 case CIL_BLOCK: { in __cil_post_db_roletype_helper()
1734 case CIL_BLOCK: { in __cil_post_db_userrole_helper()
1823 case CIL_BLOCK: { in __cil_post_db_cat_helper()
2194 case CIL_BLOCK: { in __cil_post_db_classperms_helper()
2250 if (node->flavor == CIL_BLOCK) { in __cil_post_report_conflict()
Dcil_resolve_ast.c2318 if (node->flavor != CIL_BLOCK) { in cil_resolve_blockinherit_link()
2346 if (curr->flavor == CIL_BLOCK) { in cil_print_recursive_blockinherit()
2359 if (curr->flavor == CIL_BLOCK) { in cil_print_recursive_blockinherit()
2379 if (curr->flavor != CIL_BLOCK) { in cil_check_recursive_blockinherit()
2456 if (block_node->flavor != CIL_BLOCK) { in cil_resolve_blockabstract()
3429 if (node->flavor == CIL_BLOCK) { in __cil_resolve_ast_node()
3714 node->flavor == CIL_BLOCK || in __cil_resolve_ast_node_helper()
3748 …if (node->flavor == CIL_BLOCK && ((((struct cil_block*)node->data)->is_abstract == CIL_TRUE) && (p… in __cil_resolve_ast_node_helper()
3796 if (parent->flavor == CIL_OPTIONAL || parent->flavor == CIL_BLOCK) { in __cil_resolve_ast_first_child_helper()
3809 } else if (parent->flavor == CIL_BLOCK) { in __cil_resolve_ast_first_child_helper()
[all …]
Dcil.c508 case CIL_BLOCK: in cil_destroy_data()
808 case CIL_BLOCK: in cil_flavor_to_symtab_index()
914 case CIL_BLOCK: in cil_node_to_string()
1729 case CIL_BLOCK: in cil_destroy_ast_symtabs()
1783 case CIL_BLOCK: in cil_get_symtab()
Dcil_find.c355 if (node->flavor == CIL_BLOCK) { in __cil_find_matching_avrule_in_ast()
Dcil_policy.c82 case CIL_BLOCK: { in __cil_gather_statements_helper()
1312 case CIL_BLOCK: { in __cil_block_te_rules_to_policy_helper()
1431 case CIL_BLOCK: { in __cil_te_rules_to_policy_helper()
Dcil_verify.c1404 } else if (node->flavor == CIL_BLOCK) { in __cil_verify_helper()
1667 } else if (node->flavor == CIL_BLOCK) { in __cil_pre_verify_helper()
Dcil_copy_ast.c1777 case CIL_BLOCK: in __cil_copy_node_helper()
2078 …while (namespace->flavor != CIL_MACRO && namespace->flavor != CIL_BLOCK && namespace->flavor != CI… in __cil_copy_node_helper()
Dcil_write_ast.c1169 case CIL_BLOCK: in __cil_write_node_helper()
Dcil_tree.c676 case CIL_BLOCK: { in cil_tree_print_node()
Dcil_binary.c3856 if (node->flavor == CIL_BLOCK) { in __cil_binary_create_helper()
Dcil_build_ast.c214 …node(db, ast_node, (struct cil_symtab_datum*)block, (hashtab_key_t)key, CIL_SYM_BLOCKS, CIL_BLOCK); in cil_gen_block()
/external/selinux/libsepol/cil/test/unit/
Dtest_cil.c70 test_ast_node->parent->flavor = CIL_BLOCK; in test_cil_get_symtab_block()
Dtest_cil_build_ast.c225 CuAssertIntEquals(tc, test_ast_node->flavor, CIL_BLOCK); in test_cil_gen_block()