Home
last modified time | relevance | path

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

/external/dagger2/java/dagger/hilt/android/plugin/src/main/kotlin/dagger/hilt/android/plugin/
DHiltTransformTestClassesTask.kt129 project.objects.fileCollection().from(unitTestVariant.getCompileClasspath(null)) in <lambda>()
160 project.objects.fileCollection().from(hiltTransformProvider.map { it.outputDir }) in <lambda>()
/external/proguard/src/proguard/gradle/
DProGuardTask.java1135 ConfigurableFileCollection fileCollection = in getConfiguration() local
1138 Iterator<File> files = fileCollection.iterator(); in getConfiguration()
1173 ConfigurableFileCollection fileCollection = getProject().files(files); in extendClassPath() local
1180 Iterator fileIterator = fileCollection.iterator(); in extendClassPath()