Searched refs:removedDexApiFile (Results 1 – 2 of 2) sorted by relevance
/external/doclava/src/com/google/doclava/ |
D | Doclava.java | 189 String removedDexApiFile = null; in start() local 318 removedDexApiFile = a[1]; in start() 581 || removedApiFile != null || removedDexApiFile != null || exactApiFile != null in start() 584 removedDexApiFile, exactApiFile, privateApiFile, privateDexApiFile, apiMappingFile, in start()
|
D | Stubs.java | 50 String keepListFile, String removedApiFile, String removedDexApiFile, String exactApiFile, in writeStubsAndApi() argument 109 if (removedDexApiFile != null) { in writeStubsAndApi() 111 File removedDexApi = new File(removedDexApiFile); in writeStubsAndApi() 116 Errors.error(Errors.IO_ERROR, new SourcePositionInfo(removedDexApiFile, 0, 0), in writeStubsAndApi()
|