Searched refs:Join (Results 1 – 16 of 16) sorted by relevance
/tools/treble/hacksaw/workspace/ |
D | compose_test.go | 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") [all …]
|
D | copier_test.go | 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") [all …]
|
D | workspace_test.go | 36 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 …]
|
D | workspace.go | 98 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)
|
D | copier.go | 97 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())
|
D | compose.go | 72 source := filepath.Join(codebasePath, project) 73 destination := filepath.Join(workspacePath, project)
|
/tools/treble/hacksaw/client/ |
D | command_test.go | 84 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 …]
|
D | client_test.go | 30 wsTopDir := path.Join(wsTempDir, "hacksaw")
|
D | client.go | 44 cfgPath := path.Join(workspaceTopDir, "config.json")
|
/tools/treble/hacksaw/bind/ |
D | remoteserver_test.go | 32 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/ |
D | repo_test.go | 30 if err = os.Mkdir(path.Join(testCodebaseDir, ".repo"), os.ModePerm); err != nil { 37 listFile := path.Join(testCodebaseDir, ".repo/project.list")
|
D | repo.go | 33 listPath := path.Join(codebasePath, ".repo/project.list")
|
/tools/treble/hacksaw/cmd/hacksaw/ |
D | main.go | 58 topDir := filepath.Join(home, "hacksaw")
|
/tools/treble/hacksaw/codebase/ |
D | codebase_test.go | 94 testCodebaseDir := path.Join(tempDir, "doesnotexist")
|
/tools/test/openhst/ |
D | README.md | 66 Join our [mailing list](https://groups.google.com/g/openhst) for discussions and
|
D | stress_test.py | 628 def Join(self): member in Device 981 device.Join()
|