Home
last modified time | relevance | path

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

/appfunctions/appfunctions-compiler/src/test/java/androidx/appfunctions/compiler/testings/
DCompilationTestHelper.kt74 sourceFileNames.map { sourceFileName -> in <lambda>() method
75 val sourceFile = getTestSourceFile(sourceFileName) in <lambda>()
77 ensureKotlinFileNameFormat(sourceFileName), in <lambda>()
222 private fun ensureKotlinFileNameFormat(sourceFileName: String): String { in <lambda>()
223 val nameParts = sourceFileName.split(".") in <lambda>()
225 "Source file $sourceFileName is not a Kotlin file" in <lambda>()