Searched refs:FileCopier (Results 1 – 1 of 1) sorted by relevance
/tools/treble/hacksaw/workspace/ |
D | copier.go | 26 type FileCopier struct { struct 29 func NewFileCopier() *FileCopier { 30 var f FileCopier 34 func (f FileCopier) GetIsGitProjectFunc(codebaseDir string, gitProjects []string) func(string) (boo… argument 54 func (f FileCopier) GetContainsGitProjectFunc(codebaseDir string, gitProjects []string) func(string… argument 77 func (f FileCopier) Copy(codebaseDir string, gitProjects []string, workspaceDir string) error { argument 129 func (f FileCopier) GetDestPath(codebaseDir, sourcePath, workspaceDir string) (string, error) { argument 143 func (f FileCopier) CopyNode(sourceInfo os.FileInfo, codebaseDir, sourcePath, workspaceDir string) … argument 158 func (f FileCopier) CopySymlink(sourcePath string, destPath string) error { argument 175 func (f FileCopier) CopyDirOnly(sourceInfo os.FileInfo, destPath string) error { argument [all …]
|