Searched defs:FileSystem (Results 1 – 5 of 5) sorted by relevance
| /build/blueprint/pathtools/ |
| D | glob.go | 46 func startGlob(fs FileSystem, pattern string, excludes []string, 104 func glob(fs FileSystem, pattern string, hasRecursive bool,
|
| D | fs.go | 88 type FileSystem interface { interface 453 func listDirsRecursive(fs FileSystem, name string, follow ShouldFollowSymlinks) ([]string, error) { 479 func listDirsRecursiveRelative(fs FileSystem, name string, follow ShouldFollowSymlinks, depth int) …
|
| D | glob_test.go | 715 func testGlob(t *testing.T, fs FileSystem, testCase globTestCase, follow ShouldFollowSymlinks) {
|
| /build/soong/finder/ |
| D | finder.go | 165 func New(cacheParams CacheParams, filesystem fs.FileSystem, 171 func newImpl(cacheParams CacheParams, filesystem fs.FileSystem,
|
| /build/soong/finder/fs/ |
| D | fs.go | 50 type FileSystem interface { interface
|