Home
last modified time | relevance | path

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

/build/soong/common/
Dglob.go70 type globContext interface { interface
75 func Glob(ctx globContext, outDir string, globPattern string, excludes []string) ([]string, error) {
93 func GlobRule(ctx globContext, globPattern string, excludes []string,