Home
last modified time | relevance | path

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

/external/doclava/src/com/google/doclava/apicheck/
DApiCheck.java292 static int newApi(String origApiPath, String newApiPath, String outputPath, boolean strip) { in newApi() argument
302 newApi = parseApi(newApiPath); in newApi()
305 System.err.println("Error parsing API: " + newApiPath); in newApi()