Lines Matching refs:PathForModuleOut
220 manifestJsonFullOut := android.PathForModuleOut(ctx, "apex_manifest_full.json")
236 a.manifestJsonOut = android.PathForModuleOut(ctx, "apex_manifest.json")
245 a.manifestPbOut = android.PathForModuleOut(ctx, "apex_manifest.pb")
273 output := android.PathForModuleOut(ctx, "file_contexts")
340 output := android.PathForModuleOut(ctx, "installed-files.txt")
355 output := android.PathForModuleOut(ctx, "bundle_config.json")
410 imageDir := android.PathForModuleOut(ctx, "image"+suffix)
478 imageContentFile := android.PathForModuleOut(ctx, "content.txt")
501 phonyOutput := android.PathForModuleOut(ctx, a.Name()+"-diff-phony-output")
516 unsignedOutputFile := android.PathForModuleOut(ctx, a.Name()+suffix+".unsigned")
560 cannedFsConfig := android.PathForModuleOut(ctx, "canned_fs_config")
674 apexProtoFile := android.PathForModuleOut(ctx, a.Name()+".pb"+suffix)
675 bundleModuleFile := android.PathForModuleOut(ctx, a.Name()+suffix+"-base.zip")
688 apisUsedbyOutputFile := android.PathForModuleOut(ctx, a.Name()+"_using.txt")
707 apisBackedbyOutputFile := android.PathForModuleOut(ctx, a.Name()+"_backing.txt")
757 signedOutputFile := android.PathForModuleOut(ctx, a.Name()+suffix)
788 unsignedCompressedOutputFile := android.PathForModuleOut(ctx, a.Name()+".capex.unsigned")
802 signedCompressedOutputFile := android.PathForModuleOut(ctx, a.Name()+".capex")