Home
last modified time | relevance | path

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

/build/blueprint/pathtools/
Dglob.go46 func startGlob(fs FileSystem, pattern string, excludes []string,
104 func glob(fs FileSystem, pattern string, hasRecursive bool,
Dfs.go88 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) …
Dglob_test.go715 func testGlob(t *testing.T, fs FileSystem, testCase globTestCase, follow ShouldFollowSymlinks) {
/build/soong/finder/
Dfinder.go165 func New(cacheParams CacheParams, filesystem fs.FileSystem,
171 func newImpl(cacheParams CacheParams, filesystem fs.FileSystem,
/build/soong/finder/fs/
Dfs.go50 type FileSystem interface { interface