Home
last modified time | relevance | path

Searched refs:CIL_ROOT (Results 1 – 10 of 10) sorted by relevance

/external/selinux/libsepol/cil/src/
Dcil_flavor.h41 CIL_ROOT, enumerator
Dcil_write_ast.c1146 if (node->parent && node->parent->flavor != CIL_ROOT && node->parent->flavor != CIL_SRC_INFO) in __cil_write_first_child_helper()
1473 if (node->parent && node->parent->flavor != CIL_ROOT && node->parent->flavor != CIL_SRC_INFO) { in __cil_write_last_child_helper()
Dcil.c652 case CIL_ROOT: in cil_destroy_data()
1062 case CIL_ROOT: in cil_node_to_string()
1944 case CIL_ROOT: in cil_get_symtab()
Dcil_copy_ast.c2078 …amespace->flavor != CIL_MACRO && namespace->flavor != CIL_BLOCK && namespace->flavor != CIL_ROOT) { in __cil_copy_node_helper()
2144 if (node->flavor != CIL_ROOT) { in __cil_copy_last_child_helper()
Dcil_tree.c216 new_node->flavor = CIL_ROOT; in cil_tree_node_init()
Dcil_resolve_ast.c4062 case CIL_ROOT: in __cil_resolve_name_with_parents()
Dcil_build_ast.c6521 if (ast->flavor == CIL_ROOT) { in __cil_build_ast_last_child_helper()
/external/selinux/libsepol/cil/test/unit/
Dtest_cil.c106 test_ast_node->parent->flavor = CIL_ROOT; in test_cil_get_symtab_root()
DCilTest.c93 new_tree->root->flavor = CIL_ROOT; in gen_test_tree()
Dtest_cil_copy_ast.c1455 root->flavor = CIL_ROOT; in test_cil_copy_node_helper_perm()