/build/soong/snapshot/ |
D | host_snapshot.go | 62 outputFile android.OutputPath 95 …c (f *hostSnapshot) CreateMetaData(ctx android.ModuleContext, fileName string) android.OutputPath { 100 metaZipFile := android.PathForModuleOut(ctx, fileName).OutputPath 111 noticeOut := android.PathForModuleOut(ctx, "NOTICE_FILES", notice.String()).OutputPath 128 return android.OutputPath{} 131 jsonZipFile := android.PathForModuleOut(ctx, "host_snapshot.json").OutputPath 133 rspFile := android.PathForModuleOut(ctx, "host_snapshot.rsp").OutputPath 140 FlagWithArg("-C ", android.PathForModuleOut(ctx).OutputPath.String()). 151 depsZipFile := android.PathForModuleOut(ctx, f.Name()+"_deps.zip").OutputPath 152 modsZipFile := android.PathForModuleOut(ctx, f.Name()+"_mods.zip").OutputPath [all …]
|
D | util.go | 18 func WriteStringToFileRule(ctx android.SingletonContext, content, out string) android.OutputPath { 28 …ule(pctx android.PackageContext, ctx buildContext, path android.Path, outPath android.OutputPath) { argument 40 …d.PackageContext, ctx android.SingletonContext, path android.Path, out string) android.OutputPath {
|
/build/soong/filesystem/ |
D | logical_partition.go | 35 output android.OutputPath 98 sparseImages := make(map[string]android.OutputPath) 99 sparseImageSizes := make(map[string]android.OutputPath) 181 l.output = android.PathForModuleOut(ctx, l.installFileName()).OutputPath 194 …perties, builder *android.RuleBuilder) (sparseImg android.OutputPath, sizeTxt android.OutputPath) { 197 sparseImg = android.PathForModuleOut(ctx, name+".img").OutputPath 202 sizeTxt = android.PathForModuleOut(ctx, name+"-size.txt").OutputPath 229 func (l *logicalPartition) OutputPath() android.Path { func
|
D | system_image.go | 45 func (s *systemImage) buildExtraFiles(ctx android.ModuleContext, root android.OutputPath) android.O… 51 return []android.OutputPath{lc} 54 …age) buildLinkerConfigFile(ctx android.ModuleContext, root android.OutputPath) android.OutputPath {
|
D | bootimg.go | 37 output android.OutputPath 130 func (b *bootimg) buildBootImage(ctx android.ModuleContext, vendor bool) android.OutputPath { 131 output := android.PathForModuleOut(ctx, "unsigned", b.installFileName()).OutputPath 188 cmd.FlagWithInput(flag, filesystem.OutputPath()) 218 …ootimg) signImage(ctx android.ModuleContext, unsignedImage android.OutputPath) android.OutputPath { 221 output := android.PathForModuleOut(ctx, b.installFileName()).OutputPath 242 func (b *bootimg) buildPropFile(ctx android.ModuleContext) (propFile android.OutputPath, toolDeps a… 264 propFile = android.PathForModuleOut(ctx, "prop").OutputPath 287 func (b *bootimg) OutputPath() android.Path { func 293 return b.OutputPath()
|
D | filesystem.go | 55 buildExtraFiles func(ctx android.ModuleContext, root android.OutputPath) android.OutputPaths 60 output android.OutputPath 246 …NonDepsFiles(ctx android.ModuleContext, builder *android.RuleBuilder, rootDir android.OutputPath) { 276 rootForExtraFiles := android.PathForModuleGen(ctx, "root-extra").OutputPath 293 func (f *filesystem) buildImageUsingBuildImage(ctx android.ModuleContext) android.OutputPath { 294 rootDir := android.PathForModuleOut(ctx, "root").OutputPath 320 output := android.PathForModuleOut(ctx, f.installFileName()).OutputPath 334 func (f *filesystem) buildFileContexts(ctx android.ModuleContext) android.OutputPath { 341 return fcBin.OutputPath 349 func (f *filesystem) buildPropFile(ctx android.ModuleContext) (propFile android.OutputPath, toolDep… [all …]
|
D | raw_binary.go | 45 output android.OutputPath 74 outputFile := android.PathForModuleOut(ctx, r.installFileName()).OutputPath 105 func (r *rawBinary) OutputPath() android.Path { func
|
D | vbmeta.go | 36 output android.OutputPath 130 v.output = android.PathForModuleOut(ctx, v.installFileName()).OutputPath 233 func (v *vbmeta) extractPublicKeys(ctx android.ModuleContext) map[string]android.OutputPath { 234 result := make(map[string]android.OutputPath) 254 publicKeyFile := android.PathForModuleOut(ctx, name+".avbpubkey").OutputPath 286 func (v *vbmeta) OutputPath() android.Path { func 291 return v.OutputPath() // vbmeta is always signed
|
D | fsverity_metadata.go | 35 …id.ModuleContext, outputPath android.OutputPath, matchedSpecs []android.PackagingSpec, rebasedDir … argument 44 …specs map[string]android.PackagingSpec, rootDir android.OutputPath, rebasedDir android.OutputPath)… argument 113 …f.writeManifestGeneratorListFile(ctx, manifestGeneratorListPath.OutputPath, matchedSpecs, rebasedD…
|
D | avb_add_hash_footer.go | 32 output android.OutputPath 100 a.output = android.PathForModuleOut(ctx, a.installFileName()).OutputPath 196 func (a *avbAddHashFooter) OutputPath() android.Path { func 201 return a.OutputPath() // always signed
|
D | avb_gen_vbmeta_image.go | 31 output android.OutputPath 81 a.output = android.PathForModuleOut(ctx, a.installFileName()).OutputPath
|
/build/soong/kernel/ |
D | prebuilt_kernel_modules.go | 114 dir := android.PathForModuleOut(ctx, "stripped").OutputPath 134 modulesLoad android.OutputPath 135 modulesDep android.OutputPath 136 modulesSoftdep android.OutputPath 137 modulesAlias android.OutputPath 141 baseDir := android.PathForModuleOut(ctx, "depmod").OutputPath
|
/build/soong/java/ |
D | platform_compat_config.go | 49 func platformCompatConfigPath(ctx android.PathContext) android.OutputPath { 62 configFile android.OutputPath 63 metadataFile android.OutputPath 70 func (p *platformCompatConfig) CompatConfig() android.OutputPath { 85 CompatConfig() android.OutputPath 98 p.configFile = android.PathForModuleOut(ctx, configFileName).OutputPath 99 p.metadataFile = android.PathForModuleOut(ctx, metadataFileName).OutputPath 288 outputFilePath android.OutputPath 295 c.outputFilePath = android.PathForModuleOut(ctx, filename).OutputPath
|
D | hiddenapi_singleton.go | 39 flags android.OutputPath 48 index android.OutputPath 56 metadata android.OutputPath 92 stubFlags android.OutputPath
|
D | hiddenapi.go | 154 …nAPI) hiddenAPIEncodeDex(ctx android.ModuleContext, dexJar android.OutputPath) android.OutputPath { 168 outputDir := android.PathForModuleOut(ctx, "hiddenapi").OutputPath 265 …ompressDex bool, minSdkVersion android.ApiLevel, outputDir android.OutputPath) android.OutputPath { argument
|
D | dex.go | 260 …*compileDexParams) (d8Flags []string, d8Deps android.Paths, artProfileOutput *android.OutputPath) { 277 …*compileDexParams) (r8Flags []string, r8Deps android.Paths, artProfileOutput *android.OutputPath) { 410 …*compileDexParams) (flags []string, deps android.Paths, artProfileOutputPath *android.OutputPath) { 413 artProfileOutputPathValue := android.PathForModuleOut(ctx, "profile.prof.txt").OutputPath 427 …ctx android.ModuleContext, dexParams *compileDexParams) (android.OutputPath, *android.OutputPath) { 430 javalibJar := android.PathForModuleOut(ctx, "dex", dexParams.jarName).OutputPath 447 var artProfileOutputPath *android.OutputPath 533 alignedJavalibJar := android.PathForModuleOut(ctx, "aligned", dexParams.jarName).OutputPath
|
/build/soong/android/ |
D | csuite_config.go | 33 OutputFilePath OutputPath 37 me.OutputFilePath = PathForModuleOut(ctx, me.BaseModuleName()).OutputPath
|
D | paths.go | 276 ReplaceExtension(ctx PathContext, ext string) OutputPath 524 type OutputPaths []OutputPath 1300 type OutputPath struct { struct 1309 func (p OutputPath) withRel(rel string) OutputPath { argument 1315 func (p OutputPath) WithoutRel() OutputPath { argument 1320 func (p OutputPath) getSoongOutDir() string { argument 1324 func (p OutputPath) RelativeToTop() Path { argument 1328 func (p OutputPath) outputPathRelativeToTop() OutputPath { argument 1334 func (p OutputPath) objPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleObjPath { argument 1338 var _ Path = OutputPath{} [all …]
|
/build/soong/aconfig/build_flags/ |
D | build_flags.go | 38 outputPath android.OutputPath 51 m.outputPath = android.PathForModuleOut(ctx, outJsonFileName).OutputPath
|
D | all_build_flag_declarations.go | 33 intermediateBinaryProtoPath android.OutputPath 34 intermediateTextProtoPath android.OutputPath
|
/build/soong/provenance/ |
D | provenance_singleton.go | 49 ProvenanceMetaDataFile() android.OutputPath 67 mergedMetaDataFile android.OutputPath 104 …d.ModuleContext, artifactPath android.Path, installedFile android.InstallPath) android.OutputPath {
|
/build/soong/linkerconfig/ |
D | linkerconfig.go | 56 outputFilePath android.OutputPath 71 func (l *linkerConfig) OutputFile() android.OutputPath { 77 output := android.PathForModuleOut(ctx, "linker.config.pb").OutputPath 94 …ath, provideModules []android.Module, requireModules []android.Module, output android.OutputPath) { argument
|
/build/soong/aconfig/ |
D | all_aconfig_declarations.go | 34 intermediateBinaryProtoPath android.OutputPath 35 intermediateTextProtoPath android.OutputPath
|
/build/soong/cc/ |
D | ndk_abi.go | 26 func getNdkAbiDumpInstallBase(ctx android.PathContext) android.OutputPath { 30 func getNdkAbiDumpTimestampFile(ctx android.PathContext) android.OutputPath {
|
/build/soong/tradefed_modules/ |
D | test_module_config.go | 32 testConfig android.OutputPath 33 manifest android.OutputPath 102 …gModule) fixTestConfig(ctx android.ModuleContext, baseTestConfig android.Path) android.OutputPath { 116 return fixedConfig.OutputPath 335 m.manifest = manifest.OutputPath
|