Searched refs:DontFollowSymlinks (Results 1 – 4 of 4) sorted by relevance
648 testGlob(t, mock, testCase, DontFollowSymlinks)659 testGlob(t, OsFs, testCase, DontFollowSymlinks)
36 DontFollowSymlinks = ShouldFollowSymlinks(false) const495 if isSymlink, _ := fs.IsSymlink(f); isSymlink && follow == DontFollowSymlinks {
82 if !(isSymlink && follow == DontFollowSymlinks) {
266 got, err := fs.ListDirsRecursive(test.name, DontFollowSymlinks)