Home
last modified time | relevance | path

Searched refs:DontFollowSymlinks (Results 1 – 4 of 4) sorted by relevance

/build/blueprint/pathtools/
Dglob_test.go657 testGlob(t, mock, testCase, DontFollowSymlinks)
668 testGlob(t, OsFs, testCase, DontFollowSymlinks)
Dfs.go36 DontFollowSymlinks = ShouldFollowSymlinks(false) const
541 if isSymlink, _ := fs.IsSymlink(f); isSymlink && follow == DontFollowSymlinks {
Dglob.go83 if !(isSymlink && follow == DontFollowSymlinks) {
Dfs_test.go280 got, err := fs.ListDirsRecursive(filepath.Join(dir, test.name), DontFollowSymlinks)