Home
last modified time | relevance | path

Searched refs:outputFilePath (Results 1 – 8 of 8) sorted by relevance

/build/soong/android/
Dbuildinfo_prop.go39 outputFilePath OutputPath member
54 return Paths{p.outputFilePath}, nil
95 p.outputFilePath = PathForModuleOut(ctx, p.Name()).OutputPath
97 WriteFileRule(ctx, p.outputFilePath, "# no buildinfo.prop if kati is disabled")
161 cmd.FlagWithOutput("--out=", p.outputFilePath)
170 ctx.InstallFile(p.installPath, p.Name(), p.outputFilePath)
176 OutputFile: OptionalPathForPath(p.outputFilePath),
180 entries.SetString("LOCAL_INSTALLED_MODULE_STEM", p.outputFilePath.Base())
/build/soong/linkerconfig/
Dlinkerconfig.go56 outputFilePath android.OutputPath member
72 return l.outputFilePath
83 l.outputFilePath = output
88 ctx.InstallFile(l.installDirPath, l.outputFilePath.Base(), l.outputFilePath)
90 ctx.SetOutputFiles(android.Paths{l.outputFilePath}, "")
172 OutputFile: android.OptionalPathForPath(l.outputFilePath),
176 entries.SetString("LOCAL_INSTALLED_MODULE_STEM", l.outputFilePath.Base())
Dlinkerconfig_test.go51 if p.outputFilePath.Base() != "linker.config.pb" {
52 t.Errorf("expected linker.config.pb, got %q", p.outputFilePath.Base())
/build/soong/sh/
Dsh_binary.go166 outputFilePath android.OutputPath member
193 return s.outputFilePath
289 s.outputFilePath = android.PathForModuleOut(ctx, filename).OutputPath
295 Output: s.outputFilePath,
303 ctx.SetOutputFiles(android.Paths{s.outputFilePath}, "")
322 s.installedFile = ctx.InstallExecutable(installDir, s.outputFilePath.Base(), s.outputFilePath)
331 OutputFile: android.OptionalPathForPath(s.outputFilePath),
346 entries.SetString("LOCAL_MODULE_STEM", s.outputFilePath.Rel())
456 OutputFileName: s.outputFilePath.Base(),
499 …s.installedFile = ctx.InstallExecutable(s.installDir, s.outputFilePath.Base(), s.outputFilePath, i…
[all …]
/build/soong/java/
Dplatform_compat_config.go288 outputFilePath android.OutputPath member
295 c.outputFilePath = android.PathForModuleOut(ctx, filename).OutputPath
301 Output: c.outputFilePath,
309 return android.Paths{h.outputFilePath}, nil
Dsdk_library.go3178 outputFilePath android.OutputPath member
3393 module.outputFilePath = android.PathForModuleOut(ctx, libName+".xml").OutputPath
3394 android.WriteFileRuleVerbatim(ctx, module.outputFilePath, xmlContent)
3397 ctx.PackageFile(module.installDirPath, libName+".xml", module.outputFilePath)
3399 ctx.SetOutputFiles(android.OutputPaths{module.outputFilePath}.Paths(), "")
3411 OutputFile: android.OptionalPathForPath(module.outputFilePath),
3416 entries.SetString("LOCAL_INSTALLED_MODULE_STEM", module.outputFilePath.Base())
/build/soong/etc/
Dprebuilt_etc.go354 outputFilePath: p.outputFilePaths[0],
377 outputFilePath: output,
396 outputFilePath: p.outputFilePaths[0],
419 outputFilePath android.OutputPath member
432 Output: ip.outputFilePath,
436 installPath := ctx.InstallFile(ip.installDirPath, ip.filename, ip.outputFilePath)
/build/soong/mk2rbc/mk2rbc/
Dmk2rbc.go346 outputPath := outputFilePath(mkFile)
397 func outputFilePath(mkFile string) string { func
406 path := outputFilePath(mkFile)