Lines Matching refs:Join
34 gitDir := path.Join(codebaseDir, "project", ".git")
38 repoDir := path.Join(codebaseDir, ".repo")
43 listPath := path.Join(repoDir, "project.list")
52 wsTopDir := path.Join(wsTempDir, "hacksaw")
63 path.Join(wsTopDir, ".repo"),
64 path.Join(wsTopDir, "project"),
74 path.Join(wsTopDir, "project"),
75 path.Join(wsTopDir, ".repo"),
94 project2Git := path.Join(codebaseDir, "project2", ".git")
98 project1Git := path.Join(codebaseDir, "project1", ".git")
102 subProjectAGit := path.Join(codebaseDir, "project1", "subprojecta", ".git")
106 subProjectBGit := path.Join(codebaseDir, "project2", "subprojectb", ".git")
110 repoDir := path.Join(codebaseDir, ".repo")
115 listPath := path.Join(repoDir, "project.list")
124 wsTopDir := path.Join(wsTempDir, "hacksaw")
135 path.Join(wsTopDir, ".repo"),
136 path.Join(wsTopDir, "project1"),
137 path.Join(wsTopDir, "project1", "subprojecta"),
138 path.Join(wsTopDir, "project2"),
139 path.Join(wsTopDir, "project2", "subprojectb"),
149 path.Join(wsTopDir, "project2", "subprojectb"),
150 path.Join(wsTopDir, "project2"),
151 path.Join(wsTopDir, "project1", "subprojecta"),
152 path.Join(wsTopDir, "project1"),
153 path.Join(wsTopDir, ".repo"),