Searched defs:Glob (Results  1 – 4 of 4) sorted by relevance
| /build/blueprint/pathtools/ | 
| D | fs.go | 98 	Glob(pattern string, excludes []string, follow ShouldFollowSymlinks) (GlobResult, error)  methodSpec239 func (fs *osFs) Glob(pattern string, excludes []string, follow ShouldFollowSymlinks) (GlobResult, e…  func
 401 func (m *mockFs) Glob(pattern string, excludes []string, follow ShouldFollowSymlinks) (GlobResult, …  func
 
 | 
| D | glob.go | 86 func Glob(pattern string, excludes []string, follow ShouldFollowSymlinks) (GlobResult, error) {  func
 | 
| /build/soong/android/ | 
| D | module.go | 163 	Glob(globPattern string, excludes []string) Paths  methodSpec2505 func (e *earlyModuleContext) Glob(globPattern string, excludes []string) Paths {  func
 
 | 
| D | paths.go | 69 func Glob(ctx EarlyModulePathContext, globPattern string, excludes []string) Paths {  func
 |