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 | glob.go | 318 matches, deps, err = Glob(filepath.Join(prefix, pattern), nil, FollowSymlinks) 362 files, deps, err := Glob(glob, excludes, 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 | 64 files, deps, err := c.fs.Glob(pattern, excludes, pathtools.FollowSymlinks)
|
/build/soong/android/ |
D | paths.go | 783 files, deps, err = ctx.Config().fs.Glob(path.String(), nil, pathtools.FollowSymlinks)
|