Searched defs:Glob (Results 1 – 5 of 5) sorted by relevance
| /build/blueprint/pathtools/ |
| D | fs.go | 95 …Glob(pattern string, excludes []string, follow ShouldFollowSymlinks) (matches, dirs []string, err … methodSpec 153 func (fs osFs) Glob(pattern string, excludes []string, follow ShouldFollowSymlinks) (matches, dirs … func 303 func (m *mockFs) Glob(pattern string, excludes []string, follow ShouldFollowSymlinks) (matches, dir… func
|
| D | glob.go | 42 func Glob(pattern string, excludes []string, follow ShouldFollowSymlinks) (matches, deps []string, … func
|
| /build/kati/ |
| D | fileutil.cc | 201 void Glob(const char* pat, vector<string>** files) { in Glob() function
|
| D | pathutil.go | 257 func (c *fsCacheT) Glob(pat string) ([]string, error) { func
|
| /build/soong/android/ |
| D | module.go | 120 Glob(globPattern string, excludes []string) Paths methodSpec 1495 func (ctx *androidModuleContext) Glob(globPattern string, excludes []string) Paths { func
|