OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:removedApiFile
(Results
1 - 2
of
2
) sorted by null
/external/doclava/src/com/google/doclava/
Doclava.java
153
String
removedApiFile
= null;
243
removedApiFile
= a[1];
394
if (stubsDir != null || apiFile != null || proguardFile != null ||
removedApiFile
!= null) {
395
Stubs.writeStubsAndApi(stubsDir, apiFile, proguardFile,
removedApiFile
, stubPackages);
[
all
...]
Stubs.java
35
String
removedApiFile
, HashSet<String> stubPackages) {
63
if (
removedApiFile
!= null) {
65
File removedApi = new File(
removedApiFile
);
70
Errors.error(Errors.IO_ERROR, new SourcePositionInfo(
removedApiFile
, 0, 0),
[
all
...]
Completed in 192 milliseconds