Searched refs:ModuleResPath (Results 1 – 1 of 1) sorted by relevance
100 resPathWithName(ctx AndroidModuleContext, name string) ModuleResPath126 func ResPathWithName(ctx AndroidModuleContext, p Path, name string) ModuleResPath {539 func (p ModuleSrcPath) resPathWithName(ctx AndroidModuleContext, name string) ModuleResPath {605 type ModuleResPath struct { struct609 var _ Path = ModuleResPath{}613 func PathForModuleRes(ctx AndroidModuleContext, paths ...string) ModuleResPath {615 return ModuleResPath{PathForModuleOut(ctx, "res", p)}