Home
last modified time | relevance | path

Searched defs:FileSystem (Results 1 – 2 of 2) sorted by relevance

/build/blueprint/pathtools/
Dglob.go45 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) {
Dfs.go57 type FileSystem interface { interface