Searched refs:getOutputJarPath (Results 1 - 1 of 1) sorted by relevance

/development/tools/mkstubs/src/com/android/mkstubs/
H A DMain.java67 public String getOutputJarPath() { method in class:Main.Params
158 } else if (p.getOutputJarPath() == null) {
165 if (p.getInputJarPath() == null && p.getOutputJarPath() == null) {
301 File dst_src_dir = new File(p.getOutputJarPath() + "_sources");
308 File dst_jar = new File(p.getOutputJarPath());

Completed in 187 milliseconds