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

  /external/selinux/libsepol/cil/src/
android.c 403 struct cil_typepermissive *typeperm = (struct cil_typepermissive *)node->data; local
405 if (typeperm->type != NULL) {
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...]
cil_build_ast.c 3290 struct cil_typepermissive *typeperm = NULL; local
    [all...]
cil_resolve_ast.c 592 struct cil_typepermissive *typeperm = current->data; local
597 rc = cil_resolve_name(current, typeperm->type_str, CIL_SYM_TYPES, extra_args, &type_datum);
610 typeperm->type = type_datum;
    [all...]

Completed in 84 milliseconds