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

  /build/core/
dex_preopt_libart.mk 21 PRELOADED_CLASSES := $(call word-colon,1,$(firstword \
dex_preopt_libart_boot.mk 64 --image-classes=$(PRELOADED_CLASSES) \
  /frameworks/base/core/java/com/android/internal/os/
ZygoteInit.java 108 private static final String PRELOADED_CLASSES = "/system/etc/preloaded-classes";
297 is = new FileInputStream(PRELOADED_CLASSES);
299 Log.e(TAG, "Couldn't find " + PRELOADED_CLASSES + ".");
375 Log.e(TAG, "Error reading " + PRELOADED_CLASSES + ".", e);
    [all...]
  /art/build/
Android.oat.mk 132 --image-classes=$$(PRELOADED_CLASSES) $$(addprefix --dex-file=,$$(HOST_CORE_DEX_FILES)) \
266 --image-classes=$$(PRELOADED_CLASSES) $$(addprefix --dex-file=,$$(TARGET_CORE_DEX_FILES)) \
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 591 milliseconds