Home
last modified time | relevance | path

Searched refs:FollowSymlinks (Results 1 – 6 of 6) sorted by relevance

/build/blueprint/pathtools/
Dglob_test.go501 testGlob(t, mock, testCase, FollowSymlinks)
511 testGlob(t, OsFs, testCase, FollowSymlinks)
560 testGlob(t, mock, testCase, FollowSymlinks)
571 testGlob(t, OsFs, testCase, FollowSymlinks)
609 testGlob(t, mock, testCase, FollowSymlinks)
620 testGlob(t, OsFs, testCase, FollowSymlinks)
Dfs_test.go234 got, err := fs.ListDirsRecursive(filepath.Join(dir, test.name), FollowSymlinks)
Dfs.go35 FollowSymlinks = ShouldFollowSymlinks(true) const
/build/blueprint/
Dglob.go61 result, err := c.fs.Glob(pattern, excludes, pathtools.FollowSymlinks)
/build/blueprint/bootstrap/bpglob/
Dbpglob.go203 result, err := pathtools.Glob(glob.pattern, glob.excludes, pathtools.FollowSymlinks)
/build/soong/android/
Dpaths.go996 result, err = ctx.Config().fs.Glob(path.String(), nil, pathtools.FollowSymlinks)