Home
last modified time | relevance | path

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

/external/ksp/compiler-plugin/src/main/kotlin/com/google/devtools/ksp/
DIncremental.kt219 private val classLookupCache = LookupStorage(classLookupCacheDir, PATH_CONVERTER) in toPath() constant
241 classLookupCache.removeLookupsFrom(removedOutputs.asSequence()) in toPath()
255 classLookupCache.update(classLookupTracker, dirtyFiles, options.knownRemoved) in toPath()
256 classLookupCache.flush(false) in toPath()
257 classLookupCache.close() in toPath()
363 classLookupCache.get(LookupSymbol(name, scope)).map { File(it) } + in toPath()
545 classLookupCache.close() in toPath()