/build/soong/filesystem/ |
D | filesystem.go | 44 buildExtraFiles func(ctx android.ModuleContext, root android.OutputPath) android.OutputPaths 46 output android.OutputPath 160 func (f *filesystem) buildRootZip(ctx android.ModuleContext) android.OutputPath { 161 rootDir := android.PathForModuleGen(ctx, "root").OutputPath 194 rootForExtraFiles := android.PathForModuleGen(ctx, "root-extra").OutputPath 207 zipOut := android.PathForModuleGen(ctx, "root.zip").OutputPath 227 func (f *filesystem) buildImageUsingBuildImage(ctx android.ModuleContext) android.OutputPath { 228 depsZipFile := android.PathForModuleOut(ctx, "deps.zip").OutputPath 233 rebasedDepsZip := android.PathForModuleOut(ctx, "rebased_deps.zip").OutputPath 240 rootDir := android.PathForModuleOut(ctx, "root").OutputPath [all …]
|
D | system_image.go | 44 func (s *systemImage) buildExtraFiles(ctx android.ModuleContext, root android.OutputPath) android.O… 47 return []android.OutputPath{lc} 50 …age) buildLinkerConfigFile(ctx android.ModuleContext, root android.OutputPath) android.OutputPath {
|
D | bootimg.go | 37 output android.OutputPath 128 func (b *bootimg) buildBootImage(ctx android.ModuleContext, vendor bool) android.OutputPath { 129 output := android.PathForModuleOut(ctx, "unsigned", b.installFileName()).OutputPath 191 cmd.FlagWithInput(flag, filesystem.OutputPath()) 220 …ootimg) signImage(ctx android.ModuleContext, unsignedImage android.OutputPath) android.OutputPath { 223 output := android.PathForModuleOut(ctx, b.installFileName()).OutputPath 235 func (b *bootimg) buildPropFile(ctx android.ModuleContext) (propFile android.OutputPath, toolDeps a… 256 propFile = android.PathForModuleOut(ctx, "prop").OutputPath 279 func (b *bootimg) OutputPath() android.Path { func 285 return b.OutputPath()
|
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 192 …perties, builder *android.RuleBuilder) (sparseImg android.OutputPath, sizeTxt android.OutputPath) { 195 sparseImg = android.PathForModuleOut(ctx, name+".img").OutputPath 200 sizeTxt = android.PathForModuleOut(ctx, name+"-size.txt").OutputPath 227 func (l *logicalPartition) OutputPath() android.Path { func
|
D | vbmeta.go | 36 output android.OutputPath 119 v.output = android.PathForModuleOut(ctx, v.installFileName()).OutputPath 206 func (v *vbmeta) extractPublicKeys(ctx android.ModuleContext) map[string]android.OutputPath { 207 result := make(map[string]android.OutputPath) 227 publicKeyFile := android.PathForModuleOut(ctx, name+".avbpubkey").OutputPath 259 func (v *vbmeta) OutputPath() android.Path { func 264 return v.OutputPath() // vbmeta is always signed
|
/build/soong/bp2build/ |
D | bp2build.go | 42 …unc getOrCreateOutputDir(outputDir android.OutputPath, ctx android.PathContext, dir string) androi… argument 49 func writeFiles(ctx android.PathContext, outputDir android.OutputPath, files []BazelFile) { argument 58 func writeFile(ctx android.PathContext, pathToFile android.OutputPath, content string) error { argument
|
/build/soong/kernel/ |
D | prebuilt_kernel_modules.go | 104 dir := android.PathForModuleOut(ctx, "stripped").OutputPath 124 modulesLoad android.OutputPath 125 modulesDep android.OutputPath 126 modulesSoftdep android.OutputPath 127 modulesAlias android.OutputPath 131 baseDir := android.PathForModuleOut(ctx, "depmod").OutputPath
|
/build/soong/java/ |
D | platform_compat_config.go | 46 func platformCompatConfigPath(ctx android.PathContext) android.OutputPath { 60 configFile android.OutputPath 61 metadataFile android.OutputPath 68 func (p *platformCompatConfig) CompatConfig() android.OutputPath { 83 CompatConfig() android.OutputPath 96 p.configFile = android.PathForModuleOut(ctx, configFileName).OutputPath 97 p.metadataFile = android.PathForModuleOut(ctx, metadataFileName).OutputPath 292 outputFilePath android.OutputPath 299 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 | 136 …nAPI) hiddenAPIEncodeDex(ctx android.ModuleContext, dexJar android.OutputPath) android.OutputPath { 150 outputDir := android.PathForModuleOut(ctx, "hiddenapi").OutputPath 249 …nput, flagsCSV android.Path, uncompressDex bool, outputDir android.OutputPath) android.OutputPath { argument
|
D | classpath_fragment.go | 68 outputFilepath android.OutputPath 132 c.outputFilepath = android.PathForModuleOut(ctx, outputFilename).OutputPath 198 ClasspathFragmentProtoOutput android.OutputPath
|
D | sdk.go | 343 func sdkFrameworkAidlPath(ctx android.PathContext) android.OutputPath { 346 }).(android.OutputPath) 349 func nonUpdatableFrameworkAidlPath(ctx android.PathContext) android.OutputPath { 352 }).(android.OutputPath) 401 func ApiFingerprintPath(ctx android.PathContext) android.OutputPath { 404 }).(android.OutputPath)
|
D | dex.go | 271 classesJar android.Path, jarName string) android.OutputPath { 274 javalibJar := android.PathForModuleOut(ctx, "dex", jarName).OutputPath 337 alignedJavalibJar := android.PathForModuleOut(ctx, "aligned", jarName).OutputPath
|
D | app_import.go | 176 ctx android.ModuleContext, inputPath android.Path, outputPath android.OutputPath) { 213 ctx android.ModuleContext, inputPath android.Path, outputPath android.OutputPath) { 264 a.uncompressEmbeddedJniLibs(ctx, srcApk, jnisUncompressed.OutputPath) 295 a.uncompressDex(ctx, jnisUncompressed, dexUncompressed.OutputPath)
|
D | platform_bootclasspath.go | 53 hiddenAPIFlagsCSV android.OutputPath 56 hiddenAPIIndexCSV android.OutputPath 59 hiddenAPIMetadataCSV android.OutputPath
|
/build/soong/android/ |
D | paths.go | 218 ReplaceExtension(ctx PathContext, ext string) OutputPath 419 type OutputPaths []OutputPath 1115 type OutputPath struct { struct 1124 func (p OutputPath) withRel(rel string) OutputPath { argument 1130 func (p OutputPath) WithoutRel() OutputPath { argument 1135 func (p OutputPath) getBuildDir() string { argument 1139 func (p OutputPath) RelativeToTop() Path { argument 1143 func (p OutputPath) outputPathRelativeToTop() OutputPath { argument 1149 func (p OutputPath) objPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleObjPath { argument 1153 var _ Path = OutputPath{} [all …]
|
D | csuite_config.go | 33 OutputFilePath OutputPath 37 me.OutputFilePath = PathForModuleOut(ctx, me.BaseModuleName()).OutputPath
|
D | makefile_goal.go | 42 outputFilePath OutputPath 73 p.outputFilePath = PathForModuleOut(ctx, filename).OutputPath
|
D | bazel_paths.go | 341 OutputPath anonMember 361 outputPath := OutputPath{basePath{"", ""}, 366 OutputPath: outputPath.withRel(validatedExecRootPath),
|
D | apex.go | 779 flatListPath OutputPath 780 fullListPath OutputPath 817 d.fullListPath = PathForModuleOut(ctx, "depsinfo", "fulllist.txt").OutputPath 820 d.flatListPath = PathForModuleOut(ctx, "depsinfo", "flatlist.txt").OutputPath
|
/build/soong/linkerconfig/ |
D | linkerconfig.go | 57 outputFilePath android.OutputPath 72 func (l *linkerConfig) OutputFile() android.OutputPath { 89 output := android.PathForModuleOut(ctx, "linker.config.pb").OutputPath 104 input android.Path, otherModules []android.Module, output android.OutputPath) { argument
|
/build/soong/cc/ |
D | util.go | 129 func copyFileRule(ctx android.SingletonContext, path android.Path, out string) android.OutputPath { 143 …bineNoticesRule(ctx android.SingletonContext, paths android.Paths, out string) android.OutputPath { 154 func writeStringToFileRule(ctx android.SingletonContext, content, out string) android.OutputPath { 165 …apListFileRule(ctx android.SingletonContext, m map[string]string, path string) android.OutputPath {
|
/build/soong/etc/ |
D | prebuilt_etc.go | 124 OutputFile() android.OutputPath 135 outputFilePath android.OutputPath 244 func (p *PrebuiltEtc) OutputFile() android.OutputPath { 297 p.outputFilePath = android.PathForModuleOut(ctx, filename).OutputPath
|
/build/soong/apex/ |
D | apex_singleton.go | 30 allowedApexDepsInfoCheckResult android.OutputPath
|
/build/soong/sdk/ |
D | update.go | 99 path android.OutputPath 104 path: android.PathForModuleOut(ctx, path...).OutputPath, 257 func (s *sdk) buildSnapshot(ctx android.ModuleContext, sdkVariants []*sdk) android.OutputPath { 325 snapshotDir: snapshotDir.OutputPath, 412 outputZipFile := android.PathForModuleOut(ctx, zipPath).OutputPath 418 var zipFile android.OutputPath 425 zipFile = android.PathForModuleOut(ctx, intermediatePath).OutputPath 923 snapshotDir android.OutputPath 967 tmpZipPath := android.PathForModuleOut(ctx, "tmp", destDir+".zip").OutputPath
|