Lines Matching refs:Join
31 project1GitDir := path.Join(codebaseDir, "project1", ".git")
36 project1File := path.Join(codebaseDir, "project1", "projectfile")
40 symlink := path.Join(codebaseDir, "symlink")
41 if err = os.Symlink(path.Join(codebaseDir, "project1"), symlink); err != nil {
44 project2GitDir := path.Join(codebaseDir, "dirwithprojects", "project2", ".git")
48 dirWithoutProjects := path.Join(codebaseDir, "dirwithoutprojects")
52 projectSiblingFile := path.Join(codebaseDir, "dirwithprojects", "projectsiblingfile")
56 noProjectFile1 := path.Join(dirWithoutProjects, "noprojectfile1")
60 noProjectFile2 := path.Join(dirWithoutProjects, "noprojectfile2")
64 topFile := path.Join(codebaseDir, "topfile")
79 wsDirWithProjects := path.Join(workspaceDir, "dirwithprojects")
89 wsTopFile := path.Join(workspaceDir, "topfile")
94 wsNoProjectFile1 := path.Join(workspaceDir, "dirwithoutprojects", "noprojectfile1")
99 wsNoProjectFile2 := path.Join(workspaceDir, "dirwithoutprojects", "noprojectfile2")
104 wsProjectSiblingFile := path.Join(workspaceDir, "dirwithprojects", "projectsiblingfile")
109 wsSymlink := path.Join(workspaceDir, "symlink")
118 wsProject2Dir := path.Join(workspaceDir, "dirwithprojects", "project2")
127 wsProject1Dir := path.Join(workspaceDir, "project1")