Searched refs:toolDepPath (Results 1 – 1 of 1) sorted by relevance
1158 type toolDepPath struct { struct1162 func (t toolDepPath) RelativeToTop() Path { argument1167 var _ Path = toolDepPath{}1174 func pathForBuildToolDep(ctx PathContext, path string) toolDepPath {1175 return toolDepPath{basePath{path, ""}}