Lines Matching refs:root
217 root := "/tmp"
218 filesystem.MkDirs(root)
220 create(t, filepath.Join(root, path), filesystem)
227 []string{root},
235 foundPaths := finder.FindNamedAt(root, "findme.txt")
238 absoluteMatches = append(absoluteMatches, filepath.Join(root, expectedMatches[i]))
290 root := "/tmp"
291 create(t, filepath.Join(root, "findme.txt"), filesystem)
297 RootDirs: []string{root},
312 root := "/"
320 RootDirs: []string{root},
327 foundPaths := finder.FindNamedAt(root, "findme.txt")