HomeSort by relevance Sort by last modified time
    Searched refs:seapp_contexts (Results 1 - 4 of 4) sorted by null

  /external/sepolicy/
Android.mk 111 LOCAL_MODULE := seapp_contexts
118 seapp_contexts.tmp := $(intermediates)/seapp_contexts.tmp
119 $(seapp_contexts.tmp): $(call build_policy, seapp_contexts)
124 $(LOCAL_BUILT_MODULE) : $(seapp_contexts.tmp) $(built_sepolicy) $(HOST_OUT_EXECUTABLES)/checkseapp
128 seapp_contexts.tmp :=
file_contexts 25 /seapp_contexts u:object_r:rootfs:s0
  /build/target/product/
embedded.mk 74 seapp_contexts \
  /external/libselinux/src/
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...]

Completed in 38 milliseconds