Searched refs:ModuleResPath (Results 1 – 1 of 1) sorted by relevance
310 resPathWithName(ctx ModuleOutPathContext, name string) ModuleResPath346 func ResPathWithName(ctx ModuleOutPathContext, p Path, name string) ModuleResPath {1737 func (p SourcePath) resPathWithName(ctx ModuleOutPathContext, name string) ModuleResPath {1860 type ModuleResPath struct { struct1864 func (p ModuleResPath) RelativeToTop() Path { argument1869 var _ Path = ModuleResPath{}1870 var _ WritablePath = ModuleResPath{}1874 func PathForModuleRes(ctx ModuleOutPathContext, pathComponents ...string) ModuleResPath {1880 return ModuleResPath{PathForModuleOut(ctx, "res", p)}