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