Home
last modified time | relevance | path

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

/build/blueprint/pathtools/
Dfs.go98 Glob(pattern string, excludes []string, follow ShouldFollowSymlinks) (GlobResult, error) methodSpec
233 func (fs *osFs) Glob(pattern string, excludes []string, follow ShouldFollowSymlinks) (GlobResult, e… func
389 func (m *mockFs) Glob(pattern string, excludes []string, follow ShouldFollowSymlinks) (GlobResult, … func
Dglob.go86 func Glob(pattern string, excludes []string, follow ShouldFollowSymlinks) (GlobResult, error) { func
/build/soong/android/
Dearly_module_context.go88 Glob(globPattern string, excludes []string) Paths methodSpec
110 func (e *earlyModuleContext) Glob(globPattern string, excludes []string) Paths { func
Dpaths.go70 func Glob(ctx EarlyModulePathContext, globPattern string, excludes []string) Paths { func