android.c | 33 "/data/security/current/seapp_contexts", 34 "/seapp_contexts", 131 static struct seapp_context **seapp_contexts = NULL; variable in typeref:struct:seapp_context 149 selinux_log(SELINUX_ERROR, "%s: could not open any seapp_contexts file", __FUNCTION__); 153 if (seapp_contexts) { 155 cur = seapp_contexts[n]; 164 free(seapp_contexts); 177 seapp_contexts = calloc(nspec, sizeof(struct seapp_context *)); 178 if (!seapp_contexts) 276 seapp_contexts[nspec] = cur [all...] |