Home
last modified time | relevance | path

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

/aosp_15_r20/external/kotlinx.atomicfu/integration-testing/src/functionalTest/kotlin/kotlinx.atomicfu.gradle.plugin.test/framework/runner/
H A DEnvironment.kt29 internal fun getSampleProjectJarModuleFile(targetDir: File, projectName: String): File = in getSampleProjectJarModuleFile() method
/aosp_15_r20/external/kotlinx.atomicfu/integration-testing/src/functionalTest/kotlin/kotlinx.atomicfu.gradle.plugin.test/framework/checker/
H A DDependenciesChecker.kt83 val moduleFile = getSampleProjectJarModuleFile(targetDir, projectName) in checkConsumableDependencies()