Home
last modified time | relevance | path

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

/build/blueprint/pathtools/
Dfs.go98Glob(pattern string, excludes []string, follow ShouldFollowSymlinks) (matches, dirs []string, err … methodSpec
197 func (fs *osFs) Glob(pattern string, excludes []string, follow ShouldFollowSymlinks) (matches, dirs… func
349 func (m *mockFs) Glob(pattern string, excludes []string, follow ShouldFollowSymlinks) (matches, dir… func
Dglob.go43 func Glob(pattern string, excludes []string, follow ShouldFollowSymlinks) (matches, deps []string, … func
/build/soong/android/
Dmodule.go96 Glob(globPattern string, excludes []string) Paths methodSpec
1416 func (e *earlyModuleContext) Glob(globPattern string, excludes []string) Paths { func