Home
last modified time | relevance | path

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

/build/soong/android/
Dearly_module_context.go93 Glob(globPattern string, excludes []string) Paths methodSpec
119 func (e *earlyModuleContext) Glob(globPattern string, excludes []string) Paths { func
Dpaths.go70 func Glob(ctx EarlyModulePathContext, globPattern string, excludes []string) Paths { func
/build/blueprint/pathtools/
Dfs.go104 Glob(pattern string, excludes []string, follow ShouldFollowSymlinks) (GlobResult, error) methodSpec
248 func (fs *osFs) Glob(pattern string, excludes []string, follow ShouldFollowSymlinks) (GlobResult, e… func
444 func (m *mockFs) Glob(pattern string, excludes []string, follow ShouldFollowSymlinks) (GlobResult, … func
Dglob.go96 func Glob(pattern string, excludes []string, follow ShouldFollowSymlinks) (GlobResult, error) { func