Home
last modified time | relevance | path

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

/build/make/tools/check-flagged-apis/src/com/android/checkflaggedapis/
DMain.kt204 val exportedSymbols = apiVersionsPath.toFile().inputStream().use { parseApiVersions(it) } in run() constant
205 val errors = findErrors(flaggedSymbols, flags, exportedSymbols) in run()