Searched refs:DontFollowSymlinks (Results 1 – 4 of 4) sorted by relevance
/build/blueprint/pathtools/ |
D | glob_test.go | 657 testGlob(t, mock, testCase, DontFollowSymlinks) 668 testGlob(t, OsFs, testCase, DontFollowSymlinks)
|
D | fs.go | 36 DontFollowSymlinks = ShouldFollowSymlinks(false) const 541 if isSymlink, _ := fs.IsSymlink(f); isSymlink && follow == DontFollowSymlinks {
|
D | glob.go | 83 if !(isSymlink && follow == DontFollowSymlinks) {
|
D | fs_test.go | 280 got, err := fs.ListDirsRecursive(filepath.Join(dir, test.name), DontFollowSymlinks)
|