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 337 char *block_str; member in struct:cil_blockinherit
342 char *block_str; member in struct:cil_blockabstract
347 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 683 cil_log(CIL_INFO, "BLOCKINHERIT: %s\n", inherit->block_str);
688 cil_log(CIL_INFO, "BLOCKABSTRACT: %s\n", abstract->block_str);
693 cil_log(CIL_INFO, "IN: %s\n", in->block_str);
    [all...]
cil_resolve_ast.c     [all...]
cil.c     [all...]
cil_build_ast.c 229 inherit->block_str = parse_current->next->data;
273 abstract->block_str = parse_current->next->data;
318 in->block_str = parse_current->next->data;
    [all...]

Completed in 324 milliseconds