Searched refs:PhonyPath (Results 1 – 1 of 1) sorted by relevance
1797 return PhonyPath{basePath{phony, ""}}1800 type PhonyPath struct { struct1804 func (p PhonyPath) writablePath() {}1806 func (p PhonyPath) getBuildDir() string {1811 func (p PhonyPath) RelativeToTop() Path {1818 func (p PhonyPath) ReplaceExtension(ctx PathContext, ext string) OutputPath {1822 var _ Path = PhonyPath{}1823 var _ WritablePath = PhonyPath{}