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

  /external/selinux/libsepol/cil/src/
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_binary.c 4435 int is_cil; local
    [all...]
cil_internal.h 940 int is_cil; member in struct:cil_src_info

Completed in 64 milliseconds