Searched refs:FollowSymlinks (Results 1 – 6 of 6) sorted by relevance
/build/blueprint/pathtools/ |
D | glob_test.go | 492 testGlob(t, mock, testCase, FollowSymlinks) 502 testGlob(t, OsFs, testCase, FollowSymlinks) 551 testGlob(t, mock, testCase, FollowSymlinks) 562 testGlob(t, OsFs, testCase, FollowSymlinks) 600 testGlob(t, mock, testCase, FollowSymlinks) 611 testGlob(t, OsFs, testCase, FollowSymlinks)
|
D | glob.go | 346 matches, deps, err = Glob(filepath.Join(prefix, pattern), nil, FollowSymlinks) 390 files, deps, err := Glob(glob, excludes, FollowSymlinks)
|
D | fs_test.go | 214 got, err := fs.ListDirsRecursive(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 | 660 files, deps, err = pathtools.Glob(path.String(), nil, pathtools.FollowSymlinks)
|