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
542 if follow == DontFollowSymlinks {
Dglob.go129 if follow == DontFollowSymlinks {
Dfs_test.go280 got, err := fs.ListDirsRecursive(filepath.Join(dir, test.name), DontFollowSymlinks)