Home
last modified time | relevance | path

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

/build/blueprint/pathtools/
Dfs.go95Glob(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
Dglob.go42 func Glob(pattern string, excludes []string, follow ShouldFollowSymlinks) (matches, deps []string, … func
/build/kati/
Dfileutil.cc201 void Glob(const char* pat, vector<string>** files) { in Glob() function
Dpathutil.go257 func (c *fsCacheT) Glob(pat string) ([]string, error) { func
/build/soong/android/
Dmodule.go120 Glob(globPattern string, excludes []string) Paths methodSpec
1495 func (ctx *androidModuleContext) Glob(globPattern string, excludes []string) Paths { func