Home
last modified time | relevance | path

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

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