/external/selinux/libsepol/cil/src/ |
cil_policy.c | 970 struct cil_typepermissive *typeperm = (struct cil_typepermissive*)current->data; local 971 fprintf(file_arr[TYPEATTRTYPES], "permissive %s;\n", ((struct cil_symtab_datum*)typeperm->type)->name); [all...] |
cil_tree.c | 990 struct cil_typepermissive *typeperm = node->data; local 992 if (typeperm->type != NULL) { 993 cil_log(CIL_INFO, "TYPEPERMISSIVE: %s\n", ((struct cil_symtab_datum *)typeperm->type)->name); 995 cil_log(CIL_INFO, "TYPEPERMISSIVE: %s\n", typeperm->type_str); [all...] |
cil_build_ast.c | 3216 struct cil_typepermissive *typeperm = NULL; local [all...] |
cil_resolve_ast.c | 536 struct cil_typepermissive *typeperm = current->data; local 541 rc = cil_resolve_name(current, typeperm->type_str, CIL_SYM_TYPES, extra_args, &type_datum); 554 typeperm->type = type_datum; [all...] |