HomeSort by relevance Sort by last modified time
    Searched defs:vmHome (Results 1 - 3 of 3) sorted by null

  /external/caliper/caliper/src/main/java/com/google/caliper/config/
VmConfig.java 43 private final File vmHome;
51 this.vmHome = builder.vmHome;
56 public VmConfig(File vmHome, Iterable<String> options, File vmExecutable, Platform platform) {
58 this.vmHome = checkNotNull(vmHome);
63 public File vmHome() {
64 return vmHome;
69 vmExecutable = platform.vmExecutable(vmHome);
100 && this.vmHome.equals(that.vmHome
    [all...]
  /external/caliper/caliper/src/main/java/com/google/caliper/platform/dalvik/
DalvikPlatform.java 57 public File vmExecutable(File vmHome) {
58 File bin = new File(vmHome, "bin");
60 "Could not find %s under android root %s", bin, vmHome);
132 // Usually passed as vmHome to vmExecutable, but we don't get that passed here.
133 String vmHome = vmAndroidRoot;
135 // Do not return the binary here. We return the new vmHome used by #vmExecutable.
139 File androidRootFile = new File(vmHome);
  /external/conscrypt/benchmark-android/
vogar.jar 

Completed in 64 milliseconds