Home
last modified time | relevance | path

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

/build/soong/glob/
Dglob.go15 package glob package
39 func GlobWithDepFile(glob, fileListFile, depFile string, excludes []string) (files []string, err er… argument
/build/blueprint/pathtools/
Dglob.go62 func glob(pattern string, hasRecursive bool) (matches, dirs []string, err error) { func
/build/kati/
Dpathutil.go237 func (c *fsCacheT) glob(dir, pattern string, matches []string) ([]string, error) { func