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

/external/doclava/src/com/google/doclava/
H A DStubs.java34 public static void writeStubsAndApi(String stubsDir, String apiFile, String keepListFile, argument
136 if (stubsDir != null) {
137 writeClassFile(stubsDir, notStrippable, cl);
305 static void writeClassFile(String stubsDir, HashSet<ClassInfo> notStrippable, ClassInfo cl) { argument
318 String filename = stubsDir + '/' + javaFileName(cl);
H A DDoclava.java141 String stubsDir = null;
217 stubsDir = a[1];
370 if (stubsDir != null || apiFile != null || proguardFile != null) {
371 Stubs.writeStubsAndApi(stubsDir, apiFile, proguardFile, stubPackages);

Completed in 133 milliseconds