Searched defs:Glob (Results 1 – 5 of 5) sorted by relevance
| /build/soong/common/ |
| D | glob.go | 75 func Glob(ctx globContext, outDir string, globPattern string, excludes []string) ([]string, error) { func
|
| D | module.go | 77 Glob(outDir, globPattern string, excludes []string) Paths methodSpec 609 func (ctx *androidModuleContext) Glob(outDir, globPattern string, excludes []string) Paths { func
|
| /build/blueprint/pathtools/ |
| D | glob.go | 32 func Glob(pattern string) (matches, dirs []string, err error) { func
|
| /build/kati/ |
| D | fileutil.cc | 192 void Glob(const char* pat, vector<string>** files) { in Glob() function
|
| D | pathutil.go | 257 func (c *fsCacheT) Glob(pat string) ([]string, error) { func
|