Lines Matching refs:PathForModuleOut
181 manifestJsonFullOut := android.PathForModuleOut(ctx, "apex_manifest_full.json")
218 a.manifestJsonOut = android.PathForModuleOut(ctx, "apex_manifest.json")
227 a.manifestPbOut = android.PathForModuleOut(ctx, "apex_manifest.pb")
256 output := android.PathForModuleOut(ctx, "file_contexts")
295 output := android.PathForModuleOut(ctx, "installed-files.txt")
308 output := android.PathForModuleOut(ctx, "bundle_config.json")
375 unsignedOutputFile := android.PathForModuleOut(ctx, a.Name()+suffix+".unsigned")
380 destPath := android.PathForModuleOut(ctx, "image"+suffix, fi.Path()).String()
401 symlinkDest := android.PathForModuleOut(ctx, "image"+suffix, symlinkPath).String()
412 …dataDest := android.PathForModuleOut(ctx, "image"+suffix, fi.apexRelativePath(relPath), d.Relative…
421 imageContentFile := android.PathForModuleOut(ctx, "content.txt")
445 phonyOutput := android.PathForModuleOut(ctx, a.Name()+"-diff-phony-output")
464 imageDir := android.PathForModuleOut(ctx, "image"+suffix)
499 cannedFsConfig := android.PathForModuleOut(ctx, "canned_fs_config")
602 apexProtoFile := android.PathForModuleOut(ctx, a.Name()+".pb"+suffix)
603 bundleModuleFile := android.PathForModuleOut(ctx, a.Name()+suffix+"-base.zip")
641 a.outputFile = android.PathForModuleOut(ctx, a.Name()+suffix)
715 copiedPubkey := android.PathForModuleOut(ctx, "apex_pubkey")