Searched refs:ModuleResPath (Results 1 – 1 of 1) sorted by relevance
318 resPathWithName(ctx ModuleOutPathContext, name string) ModuleResPath354 func ResPathWithName(ctx ModuleOutPathContext, p Path, name string) ModuleResPath {1718 func (p SourcePath) resPathWithName(ctx ModuleOutPathContext, name string) ModuleResPath {1841 type ModuleResPath struct { struct1845 func (p ModuleResPath) RelativeToTop() Path { argument1850 var _ Path = ModuleResPath{}1851 var _ WritablePath = ModuleResPath{}1855 func PathForModuleRes(ctx ModuleOutPathContext, pathComponents ...string) ModuleResPath {1861 return ModuleResPath{PathForModuleOut(ctx, "res", p)}