Home
last modified time | relevance | path

Searched refs:Join (Results 1 – 16 of 16) sorted by relevance

/tools/treble/hacksaw/workspace/
Dcompose_test.go34 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")
[all …]
Dcopier_test.go31 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")
[all …]
Dworkspace_test.go36 gitDir := path.Join(codebaseDir, "project", ".git")
40 repoDir := path.Join(codebaseDir, ".repo")
45 listPath := path.Join(repoDir, "project.list")
61 wsTopDir := path.Join(wsTempDir, "hacksaw")
86 gitDir := path.Join(codebaseDir, "project", ".git")
90 repoDir := path.Join(codebaseDir, ".repo")
95 listPath := path.Join(repoDir, "project.list")
111 wsTopDir := path.Join(wsTempDir, "hacksaw")
142 wsTopDir := path.Join(wsTempDir, "hacksaw")
159 gitDir := path.Join(codebaseDir, "project", ".git")
[all …]
Dworkspace.go98 dir := filepath.Join(w.topDir, workspaceName)
173 codebaseProject := filepath.Join(codebaseDir, project)
174 workspaceProject := filepath.Join(workspaceDir, project)
270 wsProjectPath := filepath.Join(workspaceDir, relProjectPath)
277 cbProjectPath := filepath.Join(codebaseDir, relProjectPath)
Dcopier.go97 if path == filepath.Join(codebaseDir, ".repo") {
137 destPath := filepath.Join(workspaceDir, relPath)
223 childSourcePath := filepath.Join(sourcePath, childInfo.Name())
224 childDestPath := filepath.Join(destPath, childInfo.Name())
Dcompose.go72 source := filepath.Join(codebasePath, project)
73 destination := filepath.Join(workspacePath, project)
/tools/treble/hacksaw/client/
Dcommand_test.go84 gitDir := path.Join(codebaseDir, "project", ".git")
88 repoDir := path.Join(codebaseDir, ".repo")
93 listPath := path.Join(repoDir, "project.list")
112 wsTopDir := path.Join(wsTempDir, "hacksaw")
164 gitDir := path.Join(codebaseDir, "project", ".git")
168 repoDir := path.Join(codebaseDir, ".repo")
173 listPath := path.Join(repoDir, "project.list")
187 wsTopDir := path.Join(wsTempDir, "hacksaw")
205 gitDir := path.Join(codebaseDir, "project", ".git")
209 repoDir := path.Join(codebaseDir, ".repo")
[all …]
Dclient_test.go30 wsTopDir := path.Join(wsTempDir, "hacksaw")
Dclient.go44 cfgPath := path.Join(workspaceTopDir, "config.json")
/tools/treble/hacksaw/bind/
Dremoteserver_test.go32 roSourceDir := path.Join(mountTempDir, "path/to/readonly/source")
36 roDestDir := path.Join(mountTempDir, "path/to/hacksaw/readonly/destination")
51 rwSourceDir := path.Join(mountTempDir, "path/to/readwrite/source")
55 rwDestDir := path.Join(mountTempDir, "path/to/hacksaw/readwrite/destination")
/tools/treble/hacksaw/git/
Drepo_test.go30 if err = os.Mkdir(path.Join(testCodebaseDir, ".repo"), os.ModePerm); err != nil {
37 listFile := path.Join(testCodebaseDir, ".repo/project.list")
Drepo.go33 listPath := path.Join(codebasePath, ".repo/project.list")
/tools/treble/hacksaw/cmd/hacksaw/
Dmain.go58 topDir := filepath.Join(home, "hacksaw")
/tools/treble/hacksaw/codebase/
Dcodebase_test.go94 testCodebaseDir := path.Join(tempDir, "doesnotexist")
/tools/test/openhst/
DREADME.md66 Join our [mailing list](https://groups.google.com/g/openhst) for discussions and
Dstress_test.py628 def Join(self): member in Device
981 device.Join()