Searched refs:is_cil (Results 1 – 7 of 7) sorted by relevance
/external/selinux/libsepol/cil/src/ |
D | cil_tree.c | 62 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()
|
D | cil_tree.h | 53 struct cil_tree_node *cil_tree_get_next_path(struct cil_tree_node *node, char **path, int* is_cil);
|
D | cil_internal.h | 964 int is_cil; member
|
D | cil_copy_ast.c | 1744 new->is_cil = orig->is_cil; in cil_copy_src_info()
|
D | cil_binary.c | 4400 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()
|
D | cil.c | 2810 (*info)->is_cil = 0; in cil_src_info_init()
|
D | cil_build_ast.c | 6085 info->is_cil = (parse_current->next->data == CIL_KEY_SRC_CIL) ? CIL_TRUE : CIL_FALSE; in cil_gen_src_info()
|