Home
last modified time | relevance | path

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

/aosp12/build/blueprint/pathtools/
H A Dfs.go197 func (fs *osFs) Glob(pattern string, excludes []string, follow ShouldFollowSymlinks) (GlobResult, e… func
349 func (m *mockFs) Glob(pattern string, excludes []string, follow ShouldFollowSymlinks) (GlobResult, … func
H A Dglob.go92 func Glob(pattern string, excludes []string, follow ShouldFollowSymlinks) (GlobResult, error) { func
/aosp12/build/soong/android/
H A Dpaths.go69 func Glob(ctx EarlyModulePathContext, globPattern string, excludes []string) Paths { func
H A Dmodule.go1938 func (e *earlyModuleContext) Glob(globPattern string, excludes []string) Paths { func