Searched defs:ShouldFollowSymlinks (Results 1 – 3 of 3) sorted by relevance
/build/blueprint/pathtools/ |
D | glob.go | 42 func Glob(pattern string, excludes []string, follow ShouldFollowSymlinks) (matches, deps []string, … 47 follow ShouldFollowSymlinks) (matches, deps []string, err error) { 105 follow ShouldFollowSymlinks) (matches, dirs []string, err error) {
|
D | fs.go | 32 type ShouldFollowSymlinks bool type 95 …Glob(pattern string, excludes []string, follow ShouldFollowSymlinks) (matches, dirs []string, err … 113 ListDirsRecursive(name string, follow ShouldFollowSymlinks) (dirs []string, err error) 453 func listDirsRecursive(fs FileSystem, name string, follow ShouldFollowSymlinks) ([]string, error) { 479 func listDirsRecursiveRelative(fs FileSystem, name string, follow ShouldFollowSymlinks, depth int) …
|
D | glob_test.go | 715 func testGlob(t *testing.T, fs FileSystem, testCase globTestCase, follow ShouldFollowSymlinks) {
|