Home
last modified time | relevance | path

Searched refs:CIL_KEY_SRC_CIL (Results 1 – 5 of 5) sorted by relevance

/external/selinux/libsepol/cil/src/
Dcil_parser.c192 create_node(&node, *current, 0, 0, CIL_KEY_SRC_CIL); in add_cil_path()
Dcil_internal.h234 char *CIL_KEY_SRC_CIL; variable
Dcil_tree.c75 *is_cil = (node->cl_head->next->data == CIL_KEY_SRC_CIL); in cil_tree_get_next_path()
Dcil.c240 CIL_KEY_SRC_CIL = cil_strpool_add("<src_cil>"); in cil_init_keys()
Dcil_build_ast.c6080 info->is_cil = (parse_current->next->data == CIL_KEY_SRC_CIL) ? CIL_TRUE : CIL_FALSE; in cil_gen_src_info()