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 398 struct cil_typepermissive *typeperm = (struct cil_typepermissive *)node->data; local
400 if (typeperm->type != NULL) {
cil_tree.c 1076 struct cil_typepermissive *typeperm = node->data; local
1078 if (typeperm->type != NULL) {
1079 cil_log(CIL_INFO, "TYPEPERMISSIVE: %s\n", ((struct cil_symtab_datum *)typeperm->type)->name);
1081 cil_log(CIL_INFO, "TYPEPERMISSIVE: %s\n", typeperm->type_str);
    [all...]
cil_build_ast.c 3186 struct cil_typepermissive *typeperm = NULL; local
    [all...]
cil_resolve_ast.c 546 struct cil_typepermissive *typeperm = current->data; local
551 rc = cil_resolve_name(current, typeperm->type_str, CIL_SYM_TYPES, extra_args, &type_datum);
564 typeperm->type = type_datum;
    [all...]

Completed in 599 milliseconds