Lines Matching refs:PathForModuleOut
979 combinedExportedProguardFlagFile := android.PathForModuleOut(ctx, "export_proguard_flags")
1628 relocatedLib := android.PathForModuleOut(ctx, "relocated").Join(ctx, relPath)
1871 wrapper := android.PathForModuleOut(ctx, ctx.ModuleName()+".sh")
1924 manifestFile := android.PathForModuleOut(ctx, "manifest.txt")
2289 rule.Sbox(android.PathForModuleOut(ctx, "metalava"),
2290 android.PathForModuleOut(ctx, "metalava.sbox.textproto")).
2293 stubsDir := android.OptionalPathForPath(android.PathForModuleOut(ctx, "metalava", "stubsDir"))
2297 homeDir := android.PathForModuleOut(ctx, "metalava", "home")
2380 al.stubsSrcJar = android.PathForModuleOut(ctx, "metalava", ctx.ModuleName()+"-"+"stubs.srcjar")
2381 al.stubsJarWithoutStaticLibs = android.PathForModuleOut(ctx, "metalava", "stubs.jar")
2382 al.stubsJar = android.PathForModuleOut(ctx, ctx.ModuleName(), fmt.Sprintf("%s.jar", ctx.ModuleName()))
2401 annoSrcJar := android.PathForModuleOut(ctx, ctx.ModuleName(), "anno.srcjar")
2747 localCombinedHeaderJar := android.PathForModuleOut(ctx, "local-combined", jarName)
2759 combinedImplementationJar := android.PathForModuleOut(ctx, "combined", jarName)
2776 combinedJar := android.PathForModuleOut(ctx, "res-combined", jarName)
2794 headerOutputFile := android.PathForModuleOut(ctx, "turbine-combined", jarName)
2801 jetifierOutputFile := android.PathForModuleOut(ctx, "jetifier", jarName)
2806 jetifierHeaderJar := android.PathForModuleOut(ctx, "jetifier-headers", jarName)
2824 combinedJar := android.PathForModuleOut(ctx, "withres", jarName)
3146 dexOutputFile := android.PathForModuleOut(ctx, ctx.ModuleName()+".jar")
3151 temporary := android.PathForModuleOut(ctx, ctx.ModuleName()+".jar.unaligned")