Searched defs:Glob (Results 1 – 3 of 3) sorted by relevance
/build/blueprint/pathtools/ |
D | fs.go | 98 …Glob(pattern string, excludes []string, follow ShouldFollowSymlinks) (matches, dirs []string, err … methodSpec 197 func (fs *osFs) Glob(pattern string, excludes []string, follow ShouldFollowSymlinks) (matches, dirs… func 349 func (m *mockFs) Glob(pattern string, excludes []string, follow ShouldFollowSymlinks) (matches, dir… func
|
D | glob.go | 43 func Glob(pattern string, excludes []string, follow ShouldFollowSymlinks) (matches, deps []string, … func
|
/build/soong/android/ |
D | module.go | 96 Glob(globPattern string, excludes []string) Paths methodSpec 1416 func (e *earlyModuleContext) Glob(globPattern string, excludes []string) Paths { func
|