Searched defs:FileSystem (Results 1 – 2 of 2) sorted by relevance
45 func startGlob(fs FileSystem, pattern string, excludes []string) (matches, dirs []string, err error…66 func glob(fs FileSystem, pattern string, hasRecursive bool) (matches, dirs []string, err error) {
57 type FileSystem interface { interface