Searched refs:ModuleResPath (Results 1 – 1 of 1) sorted by relevance
228 resPathWithName(ctx ModuleOutPathContext, name string) ModuleResPath254 func ResPathWithName(ctx ModuleOutPathContext, p Path, name string) ModuleResPath {1446 func (p SourcePath) resPathWithName(ctx ModuleOutPathContext, name string) ModuleResPath {1558 type ModuleResPath struct { struct1562 func (p ModuleResPath) RelativeToTop() Path { argument1567 var _ Path = ModuleResPath{}1568 var _ WritablePath = ModuleResPath{}1572 func PathForModuleRes(ctx ModuleOutPathContext, pathComponents ...string) ModuleResPath {1578 return ModuleResPath{PathForModuleOut(ctx, "res", p)}