Searched refs:ModuleResPath (Results 1 – 1 of 1) sorted by relevance
149 resPathWithName(ctx ModuleContext, name string) ModuleResPath175 func ResPathWithName(ctx ModuleContext, p Path, name string) ModuleResPath {1095 func (p SourcePath) resPathWithName(ctx ModuleContext, name string) ModuleResPath {1218 type ModuleResPath struct { struct1222 var _ Path = ModuleResPath{}1226 func PathForModuleRes(ctx ModuleContext, pathComponents ...string) ModuleResPath {1232 return ModuleResPath{PathForModuleOut(ctx, "res", p)}