Lines Matching refs:PathForModuleOut
222 packageRes := android.PathForModuleOut(ctx, "package-res.apk")
225 rTxt := android.PathForModuleOut(ctx, "R.txt")
227 extraPackages := android.PathForModuleOut(ctx, "extra_packages")
235 flata := android.PathForModuleOut(ctx, fmt.Sprintf("reszip.%d.flata", i))
273 path := android.PathForModuleOut(ctx, "package_"+suffix+".apk")
401 a.aarFile = android.PathForModuleOut(ctx, ctx.ModuleName()+".aar")
553 aar = android.PathForModuleOut(ctx, "jetifier", aarName)
557 extractedAARDir := android.PathForModuleOut(ctx, "aar")
574 compiledResDir := android.PathForModuleOut(ctx, "flat-res")
580 a.exportPackage = android.PathForModuleOut(ctx, "package-res.apk")
583 rTxt := android.PathForModuleOut(ctx, "R.txt")
584 a.extraAaptPackagesFile = android.PathForModuleOut(ctx, "extra_packages")