Searched defs:glob (Results 1 – 3 of 3) sorted by relevance
40 func (c *Context) glob(pattern string, excludes []string) ([]string, error) { func
99 glob(pattern string) (matches []string, err error) methodSpec201 func (fs *osFs) glob(pattern string) ([]string, error) { func365 func (m *mockFs) glob(pattern string) ([]string, error) { func
153 func glob(fs FileSystem, pattern string, hasRecursive bool, func