Lines Matching refs:filepath
44 if pathToCheck, err = filepath.Rel(codebaseDir, pathToCheck); err != nil {
59 for dir := project; dir != "." && dir != "/"; dir = filepath.Dir(dir) {
66 if pathToCheck, err = filepath.Rel(codebaseDir, pathToCheck); err != nil {
81 return filepath.Walk(codebaseDir,
92 if path == filepath.Clean(codebaseDir) {
97 if path == filepath.Join(codebaseDir, ".repo") {
98 return filepath.SkipDir
107 return filepath.SkipDir
123 return filepath.SkipDir
133 relPath, err := filepath.Rel(codebaseDir, sourcePath)
137 destPath := filepath.Join(workspaceDir, relPath)
223 childSourcePath := filepath.Join(sourcePath, childInfo.Name())
224 childDestPath := filepath.Join(destPath, childInfo.Name())