Home
last modified time | relevance | path

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

/build/blueprint/pathtools/
Dglob.go92 func Glob(pattern string, excludes []string, follow ShouldFollowSymlinks) (GlobResult, error) {
97 follow ShouldFollowSymlinks) (GlobResult, error) {
154 follow ShouldFollowSymlinks) (matches, dirs []string, err error) {
Dfs.go32 type ShouldFollowSymlinks bool type
98 Glob(pattern string, excludes []string, follow ShouldFollowSymlinks) (GlobResult, error)
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) …
Dglob_test.go724 func testGlob(t *testing.T, fs FileSystem, testCase globTestCase, follow ShouldFollowSymlinks) {