Searched refs:seapp_contexts (Results 1 - 1 of 1) sorted by relevance

/external/libselinux/src/
H A Dandroid.c47 "/seapp_contexts",
48 "/data/security/current/seapp_contexts",
298 selinux_log(SELINUX_ERROR, "seapp_contexts: Duplicated entry\n");
313 static struct seapp_context **seapp_contexts = NULL; variable in typeref:struct:seapp_context
320 if (!seapp_contexts)
324 free_seapp_context(seapp_contexts[n]);
326 free(seapp_contexts);
327 seapp_contexts = NULL;
346 selinux_log(SELINUX_ERROR, "%s: could not open any seapp_contexts file", __FUNCTION__);
362 seapp_contexts
[all...]

Completed in 165 milliseconds