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

  /external/selinux/libsepol/cil/src/
cil_internal.h 315 char *block_str; member in struct:cil_blockinherit
320 char *block_str; member in struct:cil_blockabstract
325 char *block_str; member in struct:cil_in
cil_copy_ast.c 123 new->block_str = orig->block_str;
137 new->block_str = orig->block_str;
    [all...]
cil_tree.c 597 cil_log(CIL_INFO, "BLOCKINHERIT: %s\n", inherit->block_str);
602 cil_log(CIL_INFO, "BLOCKABSTRACT: %s\n", abstract->block_str);
607 cil_log(CIL_INFO, "IN: %s\n", in->block_str);
    [all...]
cil.c     [all...]
cil_resolve_ast.c     [all...]
cil_build_ast.c 231 inherit->block_str = parse_current->next->data;
276 abstract->block_str = parse_current->next->data;
322 in->block_str = parse_current->next->data;
    [all...]

Completed in 46 milliseconds