Searched refs:ModuleOutPath (Results 1 – 3 of 3) sorted by relevance
545 type ModuleOutPath struct { struct549 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 anonMember591 ModuleOutPath anonMember606 ModuleOutPath anonMember
215 flags builderFlags, outputFile common.ModuleOutPath) { argument236 flags builderFlags, outputPath common.ModuleOutPath) { argument
105 …tPackage(ctx common.AndroidModuleContext, flags []string, deps common.Paths) common.ModuleOutPath {