Home
last modified time | relevance | path

Searched refs:OutputPath (Results 1 – 25 of 37) sorted by relevance

12

/build/soong/filesystem/
Dfilesystem.go44 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 …]
Dsystem_image.go44 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 {
Dbootimg.go37 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()
Dlogical_partition.go35 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
Dvbmeta.go36 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/
Dbp2build.go42 …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/
Dprebuilt_kernel_modules.go104 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/
Dplatform_compat_config.go46 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
Dhiddenapi_singleton.go39 flags android.OutputPath
48 index android.OutputPath
56 metadata android.OutputPath
92 stubFlags android.OutputPath
Dhiddenapi.go136 …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
Dclasspath_fragment.go68 outputFilepath android.OutputPath
132 c.outputFilepath = android.PathForModuleOut(ctx, outputFilename).OutputPath
198 ClasspathFragmentProtoOutput android.OutputPath
Dsdk.go343 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)
Ddex.go271 classesJar android.Path, jarName string) android.OutputPath {
274 javalibJar := android.PathForModuleOut(ctx, "dex", jarName).OutputPath
337 alignedJavalibJar := android.PathForModuleOut(ctx, "aligned", jarName).OutputPath
Dapp_import.go176 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)
Dplatform_bootclasspath.go53 hiddenAPIFlagsCSV android.OutputPath
56 hiddenAPIIndexCSV android.OutputPath
59 hiddenAPIMetadataCSV android.OutputPath
/build/soong/android/
Dpaths.go218 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 …]
Dcsuite_config.go33 OutputFilePath OutputPath
37 me.OutputFilePath = PathForModuleOut(ctx, me.BaseModuleName()).OutputPath
Dmakefile_goal.go42 outputFilePath OutputPath
73 p.outputFilePath = PathForModuleOut(ctx, filename).OutputPath
Dbazel_paths.go341 OutputPath anonMember
361 outputPath := OutputPath{basePath{"", ""},
366 OutputPath: outputPath.withRel(validatedExecRootPath),
Dapex.go779 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/
Dlinkerconfig.go57 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/
Dutil.go129 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/
Dprebuilt_etc.go124 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/
Dapex_singleton.go30 allowedApexDepsInfoCheckResult android.OutputPath
/build/soong/sdk/
Dupdate.go99 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

12