Home
last modified time | relevance | path

Searched refs:ModuleOutPath (Results 1 – 3 of 3) sorted by relevance

/build/soong/common/
Dpaths.go545 type ModuleOutPath struct { struct
549 var _ Path = ModuleOutPath{}
553 func PathForModuleOut(ctx AndroidModuleContext, paths ...string) ModuleOutPath {
555 …return ModuleOutPath{PathForOutput(ctx, ".intermediates", ctx.ModuleDir(), ctx.ModuleName(), ctx.M…
561 ModuleOutPath anonMember
591 ModuleOutPath anonMember
606 ModuleOutPath anonMember
/build/soong/cc/
Dbuilder.go215 flags builderFlags, outputFile common.ModuleOutPath) { argument
236 flags builderFlags, outputPath common.ModuleOutPath) { argument
/build/soong/java/
Dapp_builder.go105 …tPackage(ctx common.AndroidModuleContext, flags []string, deps common.Paths) common.ModuleOutPath {