Searched refs:commonSourcePath (Results 1 – 4 of 4) sorted by relevance
66 internal val commonSourcePath by constant in com.android.tools.metalava.cli.common.SourceOptions
598 var commonSourcePath: String? = null in <lambda>() variable611 commonSourcePath = in <lambda>()1082 if (commonSourcePath != null) { in <lambda>()1084 add(commonSourcePath) in <lambda>()
616 if (options.commonSourcePath.isNotEmpty()) in loadFromSources()617 SourceSet.createFromSourcePath(options.reporter, options.commonSourcePath) in loadFromSources()
307 val commonSourcePath: List<File> by sourceOptions::commonSourcePath constant