Lines Matching refs:PathForModuleOut
1030 kaptSrcJar := android.PathForModuleOut(ctx, "kapt", "kapt-sources.jar")
1038 kotlinJar := android.PathForModuleOut(ctx, "kotlin", jarName)
1081 errorprone := android.PathForModuleOut(ctx, "errorprone", jarName)
1093 classes := android.PathForModuleOut(ctx, "javac", jarName+strconv.Itoa(idx))
1099 classes := android.PathForModuleOut(ctx, "javac", jarName+strconv.Itoa(len(shardSrcs)))
1104 classes := android.PathForModuleOut(ctx, "javac", jarName)
1133 resourceJar := android.PathForModuleOut(ctx, "res", jarName)
1148 combinedJar := android.PathForModuleOut(ctx, "res-combined", jarName)
1163 servicesJar := android.PathForModuleOut(ctx, "services", jarName)
1192 combinedJar := android.PathForModuleOut(ctx, "combined", jarName)
1201 combinedJar := android.PathForModuleOut(ctx, "combined", jarName)
1210 jarjarFile := android.PathForModuleOut(ctx, "jarjar", jarName)
1216 resourceJarJarFile := android.PathForModuleOut(ctx, "res-jarjar", jarName)
1229 pkgckFile := android.PathForModuleOut(ctx, "package-check.stamp")
1257 combinedJar := android.PathForModuleOut(ctx, "withres", jarName)
1280 combinedJar := android.PathForModuleOut(ctx, "dex-withres", jarName)
1284 combinedAlignedJar := android.PathForModuleOut(ctx, "dex-withres-aligned", jarName)
1345 turbineJar := android.PathForModuleOut(ctx, "turbine", jarName)
1362 combinedJar := android.PathForModuleOut(ctx, "turbine-combined", jarName)
1369 jarjarFile := android.PathForModuleOut(ctx, "turbine-jarjar", jarName)
1385 jacocoReportClassesFile := android.PathForModuleOut(ctx, "jacoco-report-classes", jarName)
1386 instrumentedJar := android.PathForModuleOut(ctx, "jacoco", jarName)
1699 manifestFile := android.PathForModuleOut(ctx, "manifest.txt")
1837 outputFile := android.PathForModuleOut(ctx, "combined", jarName)
1842 outputFile = android.PathForModuleOut(ctx, "jetifier", jarName)
2016 dexOutputFile := android.PathForModuleOut(ctx, ctx.ModuleName()+".jar")
2021 temporary := android.PathForModuleOut(ctx, ctx.ModuleName()+".jar.unaligned")