Searched defs:ShouldFollowSymlinks (Results 1 – 3 of 3) sorted by relevance
/build/blueprint/pathtools/ |
D | glob.go | 43 func Glob(pattern string, excludes []string, follow ShouldFollowSymlinks) (matches, deps []string, … 48 follow ShouldFollowSymlinks) (matches, deps []string, err error) { 106 follow ShouldFollowSymlinks) (matches, dirs []string, err error) {
|
D | fs.go | 32 type ShouldFollowSymlinks bool type 98 …Glob(pattern string, excludes []string, follow ShouldFollowSymlinks) (matches, dirs []string, err … 116 ListDirsRecursive(name string, follow ShouldFollowSymlinks) (dirs []string, err error) 499 func listDirsRecursive(fs FileSystem, name string, follow ShouldFollowSymlinks) ([]string, error) { 525 func listDirsRecursiveRelative(fs FileSystem, name string, follow ShouldFollowSymlinks, depth int) …
|
D | glob_test.go | 724 func testGlob(t *testing.T, fs FileSystem, testCase globTestCase, follow ShouldFollowSymlinks) {
|