Searched refs:destPath (Results 1 – 2 of 2) sorted by relevance
34 private final String destPath; field in JavacBuildStep37 public JavacBuildStep(String destPath, String classPath) { in JavacBuildStep() argument38 super(new File(destPath)); in JavacBuildStep()39 this.destPath = destPath; in JavacBuildStep()58 File destFile = new File(destPath); in build()76 new File(destPath))); in build()104 return destPath.equals(other.destPath) in equals()113 return destPath.hashCode() ^ classPath.hashCode() ^ sourceFiles.hashCode(); in hashCode()
43 private static String destPath = null; field in Main115 String dest_dir = destPath; in assemble()212 destPath = args[i]; in main()