Searched refs:FollowSymlinks (Results 1 – 6 of 6) sorted by relevance
/build/blueprint/pathtools/ |
D | glob_test.go | 501 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)
|
D | fs_test.go | 234 got, err := fs.ListDirsRecursive(filepath.Join(dir, test.name), FollowSymlinks)
|
D | fs.go | 35 FollowSymlinks = ShouldFollowSymlinks(true) const
|
/build/blueprint/ |
D | glob.go | 61 result, err := c.fs.Glob(pattern, excludes, pathtools.FollowSymlinks)
|
/build/blueprint/bootstrap/bpglob/ |
D | bpglob.go | 203 result, err := pathtools.Glob(glob.pattern, glob.excludes, pathtools.FollowSymlinks)
|
/build/soong/android/ |
D | paths.go | 996 result, err = ctx.Config().fs.Glob(path.String(), nil, pathtools.FollowSymlinks)
|