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

  /art/test/118-noimage-dex2oat/src/
Main.java 24 boolean isBootClassPathOnDisk = VMRuntime.isBootClassPathOnDisk(instructionSet);
28 + isBootClassPathOnDisk + ".");
35 if (hasImage && !isBootClassPathOnDisk) {
37 } else if (!hasImage && isBootClassPathOnDisk) {
59 isBootClassPathOnDiskMethod = c.getDeclaredMethod("isBootClassPathOnDisk",
69 public static boolean isBootClassPathOnDisk(String instructionSet) throws Exception {
  /libcore/libart/src/main/java/dalvik/system/
VMRuntime.java 385 public static native boolean isBootClassPathOnDisk(String instructionSet);
  /frameworks/base/services/core/java/com/android/server/storage/
DeviceStorageMonitorService.java 346 if (!VMRuntime.isBootClassPathOnDisk(instructionSet)) {
  /art/runtime/native/
dalvik_system_VMRuntime.cc 630 NATIVE_METHOD(VMRuntime, isBootClassPathOnDisk, "(Ljava/lang/String;)Z"),

Completed in 106 milliseconds