Searched refs:ModuleResPath (Results 1 – 1 of 1) sorted by relevance
229 resPathWithName(ctx ModuleOutPathContext, name string) ModuleResPath255 func ResPathWithName(ctx ModuleOutPathContext, p Path, name string) ModuleResPath {1437 func (p SourcePath) resPathWithName(ctx ModuleOutPathContext, name string) ModuleResPath {1584 type ModuleResPath struct { struct1588 func (p ModuleResPath) RelativeToTop() Path { argument1593 var _ Path = ModuleResPath{}1594 var _ WritablePath = ModuleResPath{}1598 func PathForModuleRes(ctx ModuleOutPathContext, pathComponents ...string) ModuleResPath {1604 return ModuleResPath{PathForModuleOut(ctx, "res", p)}