Home
last modified time | relevance | path

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

/external/ksp/compiler-plugin/src/main/kotlin/com/google/devtools/ksp/
DIncremental.kt563 val dirtyFilePaths = dirtyFiles.map { it.relativeFile } in toPath() constant
565 updateCaches(dirtyFilePaths, outputs, sourceToOutputs) in toPath()
569 … if (source !in dirtyFilePaths && source != anyChangesWildcard && source != removedOutputsKey) in toPath()