Home
last modified time | relevance | path

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

/development/tools/mkstubs/src/com/android/mkstubs/
DMain.java68 public String getOutputJarPath() { in getOutputJarPath() method in Main.Params
159 } else if (p.getOutputJarPath() == null) { in processArgs()
166 if (p.getInputJarPath() == null && p.getOutputJarPath() == null) { in processArgs()
302 File dst_src_dir = new File(p.getOutputJarPath() + "_sources"); in process()
309 File dst_jar = new File(p.getOutputJarPath()); in process()