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) methodSpec 239 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 | 129 Glob(globPattern string, excludes []string) Paths methodSpec 2367 func (e *earlyModuleContext) Glob(globPattern string, excludes []string) Paths { func
|
D | paths.go | 70 func Glob(ctx EarlyModulePathContext, globPattern string, excludes []string) Paths { func
|