Searched refs:ModuleResPath (Results 1 – 1 of 1) sorted by relevance
287 resPathWithName(ctx ModuleOutPathContext, name string) ModuleResPath323 func ResPathWithName(ctx ModuleOutPathContext, p Path, name string) ModuleResPath {1531 func (p SourcePath) resPathWithName(ctx ModuleOutPathContext, name string) ModuleResPath {1655 type ModuleResPath struct { struct1659 func (p ModuleResPath) RelativeToTop() Path { argument1664 var _ Path = ModuleResPath{}1665 var _ WritablePath = ModuleResPath{}1669 func PathForModuleRes(ctx ModuleOutPathContext, pathComponents ...string) ModuleResPath {1675 return ModuleResPath{PathForModuleOut(ctx, "res", p)}