Searched refs:GlobWithExcludes (Results 1 – 3 of 3) sorted by relevance
/build/blueprint/pathtools/ |
D | glob.go | 33 return GlobWithExcludes(pattern, nil) 41 func GlobWithExcludes(pattern string, excludes []string) (matches, dirs []string, err error) { func
|
D | glob_test.go | 426 matches, dirs, err := GlobWithExcludes(testCase.pattern, testCase.excludes)
|
/build/soong/glob/ |
D | glob.go | 40 files, dirs, err := pathtools.GlobWithExcludes(glob, excludes)
|