Searched refs:follow (Results 1 – 5 of 5) sorted by relevance
/build/blueprint/pathtools/ |
D | fs.go | 98 …Glob(pattern string, excludes []string, follow ShouldFollowSymlinks) (matches, dirs []string, err … 116 ListDirsRecursive(name string, follow ShouldFollowSymlinks) (dirs []string, err error) 197 func (fs *osFs) Glob(pattern string, excludes []string, follow ShouldFollowSymlinks) (matches, dirs… 198 return startGlob(fs, pattern, excludes, follow) 216 func (fs *osFs) ListDirsRecursive(name string, follow ShouldFollowSymlinks) (dirs []string, err err… 217 return listDirsRecursive(fs, name, follow) 349 func (m *mockFs) Glob(pattern string, excludes []string, follow ShouldFollowSymlinks) (matches, dir… 350 return startGlob(m, pattern, excludes, follow) 475 func (m *mockFs) ListDirsRecursive(name string, follow ShouldFollowSymlinks) ([]string, error) { 476 return listDirsRecursive(m, name, follow) [all …]
|
D | glob.go | 43 func Glob(pattern string, excludes []string, follow ShouldFollowSymlinks) (matches, deps []string, … 44 return startGlob(OsFs, pattern, excludes, follow) 48 follow ShouldFollowSymlinks) (matches, deps []string, err error) { 53 matches, deps, err = glob(fs, pattern, false, follow) 83 if !(isSymlink && follow == DontFollowSymlinks) { 106 follow ShouldFollowSymlinks) (matches, dirs []string, err error) { 144 dirMatches, dirs, err := glob(fs, dir, hasRecursive, follow) 162 recurseDirs, err := fs.ListDirsRecursive(m, follow)
|
/build/blueprint/ |
D | context_test.go | 41 if !tag.follow { 131 follow bool member 136 mctx.AddDependency(mctx.Module(), walkerDepsTag{follow: false}, m.IgnoreDeps()...) 137 mctx.AddDependency(mctx.Module(), walkerDepsTag{follow: true}, m.Deps()...)
|
/build/make/tools/droiddoc/templates-ndk/assets/ |
D | GPL-LICENSE.txt | 57 modification follow.
|
/build/make/core/ |
D | LINUX_KERNEL_COPYING | 73 modification follow.
|