Searched defs:glob (Results 1 – 3 of 3) sorted by relevance
41 func (c *Context) glob(pattern string, excludes []string) ([]string, error) { func
105 glob(pattern string) (matches []string, err error) methodSpec252 func (fs *osFs) glob(pattern string) ([]string, error) { func460 func (m *mockFs) glob(pattern string) ([]string, error) { func
161 func glob(fs FileSystem, pattern string, hasRecursive bool, func