Lines Matching refs:filepath
98 dir := filepath.Join(w.topDir, workspaceName)
131 workspaceDir, err = filepath.Abs(workspaceDir)
137 workspaceDir, err = filepath.EvalSymlinks(workspaceDir)
161 project, err := filepath.Rel(workspaceDir, unbindPath)
173 codebaseProject := filepath.Join(codebaseDir, project)
174 workspaceProject := filepath.Join(workspaceDir, project)
242 editPath, err := filepath.Abs(editPath)
246 editPath, err = filepath.EvalSymlinks(editPath)
270 wsProjectPath := filepath.Join(workspaceDir, relProjectPath)
277 cbProjectPath := filepath.Join(codebaseDir, relProjectPath)
309 relProjectPath, err := filepath.Rel(workspacePath, bindPath)