Searched refs:gatherSources (Results 1 – 3 of 3) sorted by relevance
36 import com.android.tools.metalava.gatherSources in <lambda>()4323 val files = gatherSources(src) in <lambda>()
615 gatherSources(options.sourcePath) in loadFromSources()939 fun gatherSources(sourcePath: List<File>): List<File> { in gatherSources() method
1238 …val generated = gatherSources(listOf(stubsDir)).asSequence().map { it.path }.toList().toTypedArray… in <lambda>()1247 … gatherSources(listOf(extraAnnotationsDir)).asSequence().map { it.path }.toList().toTypedArray() in <lambda>()