Searched refs:seapp_context (Results 1 – 1 of 1) sorted by relevance
137 struct seapp_context { struct160 static void free_seapp_context(struct seapp_context *s) in free_seapp_context() argument178 const struct seapp_context *const *sp1 = (const struct seapp_context *const *) A; in seapp_context_cmp()179 const struct seapp_context *const *sp2 = (const struct seapp_context *const *) B; in seapp_context_cmp()180 const struct seapp_context *s1 = *sp1, *s2 = *sp2; in seapp_context_cmp()301 static struct seapp_context **seapp_contexts = NULL;337 struct seapp_context *cur; in selinux_android_seapp_context_reload()373 seapp_contexts = (struct seapp_context **) calloc(nspec, sizeof(struct seapp_context *)); in selinux_android_seapp_context_reload()397 cur = (struct seapp_context *) calloc(1, sizeof(struct seapp_context)); in selinux_android_seapp_context_reload()610 qsort(seapp_contexts, nspec, sizeof(struct seapp_context *), in selinux_android_seapp_context_reload()[all …]