Searched refs:extractRoots (Results 1 – 4 of 4) sorted by relevance
59 fun extractRoots(reporter: Reporter): SourceSet { in extractRoots() method in com.android.tools.metalava.model.source.SourceSet60 val sourceRoots = extractRoots(reporter, sources, sourcePath.toMutableList()) in extractRoots()133 private fun extractRoots( in extractRoots() method
142 val roots = sourceSet.extractRoots(reporter).sourcePath in <lambda>()
97 sourceSet.absoluteCopy().extractRoots(reporter), in parseSources()98 commonSourceSet.absoluteCopy().extractRoots(reporter), in parseSources()
136 SourceSet(options.sources, options.sourcePath).extractRoots(reporter).sourcePath in <lambda>()