Home
last modified time | relevance | path

Searched refs:GlobWithExcludes (Results 1 – 3 of 3) sorted by relevance

/build/blueprint/pathtools/
Dglob.go33 return GlobWithExcludes(pattern, nil)
41 func GlobWithExcludes(pattern string, excludes []string) (matches, dirs []string, err error) { func
Dglob_test.go426 matches, dirs, err := GlobWithExcludes(testCase.pattern, testCase.excludes)
/build/soong/glob/
Dglob.go40 files, dirs, err := pathtools.GlobWithExcludes(glob, excludes)