android.c | 33 "/seapp_contexts", 127 static struct seapp_context **seapp_contexts = NULL; variable in typeref:struct:seapp_context 145 selinux_log(SELINUX_ERROR, "%s: could not open any seapp_contexts file", __FUNCTION__); 149 if (seapp_contexts) { 151 cur = seapp_contexts[n]; 160 free(seapp_contexts); 173 seapp_contexts = calloc(nspec, sizeof(struct seapp_context *)); 174 if (!seapp_contexts) 272 seapp_contexts[nspec] = cur; 277 qsort(seapp_contexts, nspec, sizeof(struct seapp_context *) [all...] |