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
239 func (fs *osFs) Glob(pattern string, excludes []string, follow ShouldFollowSymlinks) (GlobResult, e… func
401 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/
Dmodule.go129 Glob(globPattern string, excludes []string) Paths methodSpec
2367 func (e *earlyModuleContext) Glob(globPattern string, excludes []string) Paths { func
Dpaths.go70 func Glob(ctx EarlyModulePathContext, globPattern string, excludes []string) Paths { func