Searched refs:classPath (Results 1 – 4 of 4) sorted by relevance
29 private final String classPath; field in JavacBuildStep31 public JavacBuildStep(String destPath, String classPath) { in JavacBuildStep() argument33 this.classPath = classPath; in JavacBuildStep()60 commandLine[1] = classPath; in build()80 && classPath.equals(other.classPath) in equals()88 return destPath.hashCode() ^ classPath.hashCode() ^ sourceFiles.hashCode(); in hashCode()
32 private final String classPath; field in JackBuildStep35 public JackBuildStep(String destPath, String classPath) { in JackBuildStep() argument37 this.classPath = classPath; in JackBuildStep()62 commandLine.add(classPath); in build()83 return destPath.equals(other.destPath) && classPath.equals(other.classPath) in equals()91 return destPath.hashCode() ^ classPath.hashCode() ^ sourceFiles.hashCode(); in hashCode()
89 List<String> classPath = new ArrayList<String>(); in getClassPath() local90 classPath.add("./prebuilts/misc/common/tradefed/tradefed-prebuilt.jar"); in getClassPath()91 classPath.add("./prebuilts/misc/common/ub-uiautomator/ub-uiautomator.jar"); in getClassPath()92 classPath.add("./prebuilts/misc/common/ub-janktesthelper/ub-janktesthelper.jar"); in getClassPath()93 return join(classPath, ":"); in getClassPath()
META-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/ ...