Searched refs:workerClassPath (Results 1 – 3 of 3) sorted by relevance
69 protected abstract String workerClassPath(); in workerClassPath() method in Platform78 return ImmutableList.of("-cp", workerClassPath()); in workerClassPathArgs()
87 protected String workerClassPath() { in workerClassPath() method in DalvikPlatform103 String classPathArgs = String.format("-Djava.class.path=%s", workerClassPath()); in workerClassPathArgs()
109 public String workerClassPath() { in workerClassPath() method in JvmPlatform