Searched defs:glob (Results 1 – 4 of 4) sorted by relevance
| /build/blueprint/pathtools/ |
| D | glob.go | 104 func glob(fs FileSystem, pattern string, hasRecursive bool, func 389 func GlobWithDepFile(glob, fileListFile, depFile string, excludes []string) (files []string, err er… argument
|
| D | fs.go | 96 glob(pattern string) (matches []string, err error) methodSpec 157 func (osFs) glob(pattern string) ([]string, error) { func 319 func (m *mockFs) glob(pattern string) ([]string, error) { func
|
| /build/blueprint/ |
| D | glob.go | 49 func (c *Context) glob(pattern string, excludes []string) ([]string, error) { func
|
| /build/kati/ |
| D | pathutil.go | 237 func (c *fsCacheT) glob(dir, pattern string, matches []string) ([]string, error) { func
|