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 79 seapp_contexts \
  /external/sepolicy/
Android.mk 166 LOCAL_MODULE := seapp_contexts
173 seapp_contexts.tmp := $(intermediates)/seapp_contexts.tmp
174 $(seapp_contexts.tmp): $(call build_policy, seapp_contexts)
179 $(LOCAL_BUILT_MODULE) : $(seapp_contexts.tmp) $(built_sepolicy) $(HOST_OUT_EXECUTABLES)/checkseapp
184 seapp_contexts.tmp :=
195 $(general_seapp_contexts.tmp): $(addprefix $(LOCAL_PATH)/, seapp_contexts)
file_contexts 25 /seapp_contexts u:object_r:rootfs:s0
  /device/generic/qemu/
qemu_base.mk 75 seapp_contexts \
  /external/libselinux/src/
android.c 40 "/seapp_contexts",
41 "/data/security/current/seapp_contexts",
277 selinux_log(SELINUX_ERROR, "seapp_contexts: Duplicated entry\n");
292 static struct seapp_context **seapp_contexts = NULL; variable in typeref:struct:seapp_context
299 if (!seapp_contexts)
303 free_seapp_context(seapp_contexts[n]);
305 free(seapp_contexts);
306 seapp_contexts = NULL;
325 selinux_log(SELINUX_ERROR, "%s: could not open any seapp_contexts file", __FUNCTION__);
341 seapp_contexts = (struct seapp_context **) calloc(nspec, sizeof(struct seapp_context *))
    [all...]

Completed in 392 milliseconds