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

  /build/target/product/
embedded.mk 77 seapp_contexts \
  /external/sepolicy/
Android.mk 203 LOCAL_MODULE := seapp_contexts
210 seapp_contexts.tmp := $(intermediates)/seapp_contexts.tmp
211 $(seapp_contexts.tmp): $(call build_policy, seapp_contexts)
216 $(LOCAL_BUILT_MODULE) : $(seapp_contexts.tmp) $(built_sepolicy) $(HOST_OUT_EXECUTABLES)/checkseapp
221 seapp_contexts.tmp :=
file_contexts 25 /seapp_contexts u:object_r:rootfs:s0
  /device/generic/qemu/
qemu_base.mk 75 seapp_contexts \
  /external/libselinux/src/
android.c 38 "/seapp_contexts",
39 "/data/security/current/seapp_contexts",
262 static struct seapp_context **seapp_contexts = NULL; variable in typeref:struct:seapp_context
269 if (!seapp_contexts)
273 free_seapp_context(seapp_contexts[n]);
275 free(seapp_contexts);
276 seapp_contexts = NULL;
295 selinux_log(SELINUX_ERROR, "%s: could not open any seapp_contexts file", __FUNCTION__);
311 seapp_contexts = (struct seapp_context **) calloc(nspec, sizeof(struct seapp_context *));
312 if (!seapp_contexts)
    [all...]
  /external/qemu/distrib/libselinux/src/
android.c 37 "/seapp_contexts",
38 "/data/security/current/seapp_contexts",
255 static struct seapp_context **seapp_contexts = NULL; variable in typeref:struct:seapp_context
262 if (!seapp_contexts)
266 free_seapp_context(seapp_contexts[n]);
268 free(seapp_contexts);
269 seapp_contexts = NULL;
288 selinux_log(SELINUX_ERROR, "%s: could not open any seapp_contexts file", __FUNCTION__);
304 seapp_contexts = (struct seapp_context **) calloc(nspec, sizeof(struct seapp_context *));
305 if (!seapp_contexts)
    [all...]

Completed in 628 milliseconds