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

  /build/target/product/
embedded.mk 83 seapp_contexts \
  /device/generic/qemu/
qemu_base.mk 75 seapp_contexts \
  /external/libselinux/src/
android.c 47 "/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 = (struct seapp_context **) calloc(nspec, sizeof(struct seapp_context *))
    [all...]
  /system/sepolicy/
Android.mk 291 LOCAL_MODULE := seapp_contexts
298 all_sc_files := $(call build_policy, seapp_contexts)
317 all_sc_files := $(addprefix $(LOCAL_PATH)/, seapp_contexts)
335 $(LOCAL_BUILT_MODULE): $(addprefix $(LOCAL_PATH)/, seapp_contexts)
file_contexts 39 /seapp_contexts u:object_r:rootfs:s0

Completed in 672 milliseconds