Searched defs:vmExecutable (Results 1 – 4 of 4) sorted by relevance
47 private File vmExecutable; field in VmConfig56 public VmConfig(File vmHome, Iterable<String> options, File vmExecutable, Platform platform) { in VmConfig()67 public synchronized File vmExecutable() { in vmExecutable() method in VmConfig
43 private String vmExecutable = "dalvikvm"; field in DalvikPlatform57 public File vmExecutable(File vmHome) { in vmExecutable() method in DalvikPlatform
80 public File vmExecutable(File javaHome) { in vmExecutable() method in JvmPlatform
47 public abstract File vmExecutable(File vmHome); in vmExecutable() method in Platform