Searched defs:vmHome (Results 1 – 3 of 3) sorted by relevance
43 private final File vmHome; field in VmConfig56 public VmConfig(File vmHome, Iterable<String> options, File vmExecutable, Platform platform) { in VmConfig()63 public File vmHome() { in vmHome() method in VmConfig121 private final File vmHome; field in VmConfig.Builder125 public Builder(Platform platform, File vmHome) { in Builder()
57 public File vmExecutable(File vmHome) { in vmExecutable()60 "Could not find %s under android root %s", bin, vmHome); in vmExecutable() local133 String vmHome = vmAndroidRoot; in customVmHomeDir() local
47 public abstract File vmExecutable(File vmHome); in vmExecutable()