Searched refs:extractRoots (Results 1 – 3 of 3) sorted by relevance
883 extractRoots(sources, sourceRoots) in parseSources()1234 fun extractRoots(sources: List<File>, sourceRoots: MutableList<File> = mutableListOf()): List<File>… in extractRoots() method
123 extractRoots(options.sources, roots) in mergeAll()
4126 val roots = extractRoots(files) in <lambda>()