HomeSort by relevance Sort by last modified time
    Searched full:androidrootfile (Results 1 - 1 of 1) sorted by null

  /external/caliper/caliper/src/main/java/com/google/caliper/platform/dalvik/
DalvikPlatform.java 139 File androidRootFile = new File(vmHome);
141 if (!androidRootFile.exists()) {
142 throw new IllegalStateException(String.format("%s does not exist", androidRootFile));
143 } else if (!androidRootFile.isDirectory()) {
144 throw new IllegalStateException(String.format("%s is not a directory", androidRootFile));
147 return androidRootFile;

Completed in 92 milliseconds