Home
last modified time | relevance | path

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

/external/selinux/libsepol/cil/src/
Dcil_tree.c62 struct cil_tree_node *cil_tree_get_next_path(struct cil_tree_node *node, char **path, int* is_cil) in cil_tree_get_next_path() argument
75 *is_cil = (node->cl_head->next->data == CIL_KEY_SRC_CIL); in cil_tree_get_next_path()
83 *is_cil = info->is_cil; in cil_tree_get_next_path()
104 int is_cil; in cil_tree_get_cil_path() local
107 node = cil_tree_get_next_path(node, &path, &is_cil); in cil_tree_get_cil_path()
108 if (node && is_cil) { in cil_tree_get_cil_path()
126 int is_cil; in cil_tree_log() local
136 node = cil_tree_get_next_path(node, &path, &is_cil); in cil_tree_log()
137 if (node && !is_cil) { in cil_tree_log()
Dcil_tree.h53 struct cil_tree_node *cil_tree_get_next_path(struct cil_tree_node *node, char **path, int* is_cil);
Dcil_internal.h964 int is_cil; member
Dcil_copy_ast.c1744 new->is_cil = orig->is_cil; in cil_copy_src_info()
Dcil_binary.c4400 int is_cil; in __cil_init_sepol_avrule() local
4412 source_node = cil_tree_get_next_path(node, &source_path, &is_cil); in __cil_init_sepol_avrule()
4415 if (!is_cil) { in __cil_init_sepol_avrule()
Dcil.c2810 (*info)->is_cil = 0; in cil_src_info_init()
Dcil_build_ast.c6085 info->is_cil = (parse_current->next->data == CIL_KEY_SRC_CIL) ? CIL_TRUE : CIL_FALSE; in cil_gen_src_info()