Searched refs:topDir (Results 1 – 2 of 2) sorted by relevance
58 topDir := filepath.Join(home, "hacksaw")59 _, err = os.Stat(topDir)63 return topDir, nil67 topDir, err = filepath.EvalSymlinks(topDir)71 return topDir, nil
34 topDir string member37 func New(bm bind.PathBinder, topDir string) Workspace {38 return Workspace{NewComposer(bm), topDir}98 dir := filepath.Join(w.topDir, workspaceName)114 w.topDir = dir