Home
last modified time | relevance | path

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

/tools/metalava/metalava/src/main/java/com/android/tools/metalava/cli/common/
DSourceOptions.kt66 internal val commonSourcePath by constant in com.android.tools.metalava.cli.common.SourceOptions
/tools/metalava/metalava/src/test/java/com/android/tools/metalava/
DDriverTest.kt598 var commonSourcePath: String? = null in <lambda>() variable
611 commonSourcePath = in <lambda>()
1082 if (commonSourcePath != null) { in <lambda>()
1084 add(commonSourcePath) in <lambda>()
/tools/metalava/metalava/src/main/java/com/android/tools/metalava/
DDriver.kt616 if (options.commonSourcePath.isNotEmpty()) in loadFromSources()
617 SourceSet.createFromSourcePath(options.reporter, options.commonSourcePath) in loadFromSources()
DOptions.kt307 val commonSourcePath: List<File> by sourceOptions::commonSourcePath constant