Searched refs:vmExecutable (Results 1 – 6 of 6) sorted by relevance
47 private File vmExecutable; field in VmConfig56 public VmConfig(File vmHome, Iterable<String> options, File vmExecutable, Platform platform) { in VmConfig() argument59 this.vmExecutable = checkNotNull(vmExecutable); in VmConfig()67 public synchronized File vmExecutable() { in vmExecutable() method in VmConfig68 if (vmExecutable == null) { in vmExecutable()69 vmExecutable = platform.vmExecutable(vmHome); in vmExecutable()71 return vmExecutable; in vmExecutable()
43 private String vmExecutable = "dalvikvm"; field in DalvikPlatform57 public File vmExecutable(File vmHome) { in vmExecutable() method in DalvikPlatform61 String executableName = vmExecutable; in vmExecutable()78 if (vmExecutable.equals("app_process")) { in workerProcessArgs()137 vmExecutable = vmConfigName; in customVmHomeDir()
43 .vmExecutable(); in testExecutable()
47 public abstract File vmExecutable(File vmHome); in vmExecutable() method in Platform
80 public File vmExecutable(File javaHome) { in vmExecutable() method in JvmPlatform
191 String jdkPath = vmConfig.vmExecutable().getAbsolutePath(); in getJvmArgs()