Home
last modified time | relevance | path

Searched defs:Glob (Results 1 – 5 of 5) sorted by relevance

/build/soong/common/
Dglob.go75 func Glob(ctx globContext, outDir string, globPattern string, excludes []string) ([]string, error) { func
Dmodule.go77 Glob(outDir, globPattern string, excludes []string) Paths methodSpec
609 func (ctx *androidModuleContext) Glob(outDir, globPattern string, excludes []string) Paths { func
/build/blueprint/pathtools/
Dglob.go32 func Glob(pattern string) (matches, dirs []string, err error) { func
/build/kati/
Dfileutil.cc192 void Glob(const char* pat, vector<string>** files) { in Glob() function
Dpathutil.go257 func (c *fsCacheT) Glob(pat string) ([]string, error) { func