Searched refs:seapp_context (Results 1 – 1 of 1) sorted by relevance
153 struct seapp_context { struct175 static void free_seapp_context(struct seapp_context *s) in free_seapp_context() argument193 const struct seapp_context *const *sp1 = (const struct seapp_context *const *) A; in seapp_context_cmp()194 const struct seapp_context *const *sp2 = (const struct seapp_context *const *) B; in seapp_context_cmp()195 const struct seapp_context *s1 = *sp1, *s2 = *sp2; in seapp_context_cmp()313 static struct seapp_context **seapp_contexts = NULL;349 struct seapp_context *cur; in selinux_android_seapp_context_reload()406 seapp_contexts = (struct seapp_context **) calloc(nspec, sizeof(struct seapp_context *)); in selinux_android_seapp_context_reload()434 cur = (struct seapp_context *) calloc(1, sizeof(struct seapp_context)); in selinux_android_seapp_context_reload()646 qsort(seapp_contexts, nspec, sizeof(struct seapp_context *), in selinux_android_seapp_context_reload()[all …]