OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isBootClassPathOnDisk
(Results
1 - 2
of
2
) sorted by null
/art/test/118-noimage-dex2oat/src/
Main.java
25
boolean
isBootClassPathOnDisk
= VMRuntime.
isBootClassPathOnDisk
(instructionSet);
29
+
isBootClassPathOnDisk
+ ".");
36
if (hasImage && !
isBootClassPathOnDisk
) {
38
} else if (!hasImage &&
isBootClassPathOnDisk
) {
56
isBootClassPathOnDiskMethod = c.getDeclaredMethod("
isBootClassPathOnDisk
",
66
public static boolean
isBootClassPathOnDisk
(String instructionSet) throws Exception {
/libcore/libart/src/main/java/dalvik/system/
VMRuntime.java
391
public static native boolean
isBootClassPathOnDisk
(String instructionSet);
Completed in 140 milliseconds