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

  /external/selinux/libsepol/cil/src/
cil_tree.c 1087 struct cil_typepermissive *typeperm = node->data; local
1089 if (typeperm->type != NULL) {
1090 cil_log(CIL_INFO, "TYPEPERMISSIVE: %s\n", ((struct cil_symtab_datum *)typeperm->type)->name);
1092 cil_log(CIL_INFO, "TYPEPERMISSIVE: %s\n", typeperm->type_str);
    [all...]
android.c 399 struct cil_typepermissive *typeperm = (struct cil_typepermissive *)node->data; local
401 if (typeperm->type != NULL) {
cil.c     [all...]
cil_build_ast.h 145 void cil_destroy_typepermissive(struct cil_typepermissive *typeperm);
cil_internal.h 992 void cil_typepermissive_init(struct cil_typepermissive **typeperm);
cil_build_ast.c 3256 struct cil_typepermissive *typeperm = NULL; local
    [all...]
cil_resolve_ast.c 594 struct cil_typepermissive *typeperm = current->data; local
599 rc = cil_resolve_name(current, typeperm->type_str, CIL_SYM_TYPES, extra_args, &type_datum);
612 typeperm->type = type_datum;
    [all...]

Completed in 151 milliseconds