Home
last modified time | relevance | path

Searched refs:CIL_SRC_INFO (Results 1 – 7 of 7) sorted by relevance

/external/selinux/libsepol/cil/src/
Dcil_flavor.h115 CIL_SRC_INFO, 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()
1446 case CIL_SRC_INFO: in __cil_write_node_helper()
1477 if (node->parent && node->parent->flavor != CIL_ROOT && node->parent->flavor != CIL_SRC_INFO) { in __cil_write_last_child_helper()
Dcil.c775 case CIL_SRC_INFO: in cil_destroy_data()
1132 case CIL_SRC_INFO: in cil_node_to_string()
Dcil_tree.c79 } else if (node->flavor == CIL_SRC_INFO) { in cil_tree_get_next_path()
Dcil_copy_ast.c1986 case CIL_SRC_INFO: in __cil_copy_node_helper()
Dcil_binary.c4481 if (n->flavor != CIL_SRC_INFO) { in __cil_print_parents()
Dcil_build_ast.c5905 ast_node->flavor = CIL_SRC_INFO; in cil_gen_src_info()