Home
last modified time | relevance | path

Searched defs:ShouldFollowSymlinks (Results 1 – 3 of 3) sorted by relevance

/build/blueprint/pathtools/
Dglob.go42 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) {
Dfs.go32 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) …
Dglob_test.go715 func testGlob(t *testing.T, fs FileSystem, testCase globTestCase, follow ShouldFollowSymlinks) {