Home
last modified time | relevance | path

Searched refs:topDir (Results 1 – 2 of 2) sorted by relevance

/tools/treble/hacksaw/cmd/hacksaw/
Dmain.go58 topDir := filepath.Join(home, "hacksaw")
59 _, err = os.Stat(topDir)
63 return topDir, nil
67 topDir, err = filepath.EvalSymlinks(topDir)
71 return topDir, nil
/tools/treble/hacksaw/workspace/
Dworkspace.go34 topDir string member
37 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