Home
last modified time | relevance | path

Searched defs:GlobFiles (Results 1 – 2 of 2) sorted by relevance

/build/soong/android/
Dmodule.go126 GlobFiles(globPattern string, excludes []string) Paths methodSpec
1942 func (e *earlyModuleContext) GlobFiles(globPattern string, excludes []string) Paths { func
Dpaths.go79 func GlobFiles(ctx EarlyModulePathContext, globPattern string, excludes []string) Paths { func