HomeSort by relevance Sort by last modified time
    Searched refs:is_cil (Results 1 - 7 of 7) sorted by null

  /external/selinux/libsepol/cil/src/
cil_tree.h 53 struct cil_tree_node *cil_tree_get_next_path(struct cil_tree_node *node, char **path, int* is_cil);
cil_tree.c 62 struct cil_tree_node *cil_tree_get_next_path(struct cil_tree_node *node, char **path, int* is_cil)
75 *is_cil = (node->cl_head->next->data == CIL_KEY_SRC_CIL);
83 *is_cil = info->is_cil;
104 int is_cil; local
107 node = cil_tree_get_next_path(node, &path, &is_cil);
108 if (node && is_cil) {
126 int is_cil; local
136 node = cil_tree_get_next_path(node, &path, &is_cil);
137 if (node && !is_cil) {
    [all...]
cil_internal.h 960 int is_cil; member in struct:cil_src_info
cil_copy_ast.c     [all...]
cil_binary.c 4503 int is_cil; local
    [all...]
cil.c     [all...]
cil_build_ast.c     [all...]

Completed in 169 milliseconds