Home
last modified time | relevance | path

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

/tools/metalava/src/main/java/com/android/tools/metalava/
DDriver.kt996 val dirToRootCache = mutableMapOf<String, File>() in extractRoots() constant
999 val found = dirToRootCache[parent.path] in extractRoots()
1005 dirToRootCache[parent.path] = root in extractRoots()