Home
last modified time | relevance | path

Searched refs:classPath (Results 1 – 2 of 2) sorted by relevance

/tools/metalava/src/test/java/com/android/tools/metalava/model/psi/
DPsiTypePrinterTest.kt807 val classPath = mutableListOf<File>() in <lambda>() constant
812 classPath.add(file) in <lambda>()
815 classPath.add(getAndroidJar()) in <lambda>()
821 sourcePath = sourcePath, classpath = classPath in <lambda>()
/tools/metalava/src/test/java/com/android/tools/metalava/
DDriverTest.kt1386 val classPath: String = System.getProperty("java.class.path") in findKotlinStdlibPathArgs() constant
1388 for (path in classPath.split(':')) { in findKotlinStdlibPathArgs()
1399 error("Did not find kotlin-stdlib-jre8 in $PROGRAM_NAME classpath: $classPath") in findKotlinStdlibPathArgs()