Home
last modified time | relevance | path

Searched refs:FileSystem (Results 1 – 16 of 16) sorted by relevance

/build/blueprint/pathtools/
Dfs_test.go152 fsList := []FileSystem{mock, OsFs}
203 fsList := []FileSystem{mock, OsFs}
255 fsList := []FileSystem{mock, OsFs}
324 fsList := []FileSystem{mock, OsFs}
395 fsList := []FileSystem{mock, OsFs}
473 fsList := []FileSystem{mock, OsFs}
541 fsList := []FileSystem{mock, OsFs}
Dfs.go39 var OsFs FileSystem = osFs{}
41 func MockFs(files map[string][]byte) FileSystem {
88 type FileSystem interface { interface
453 func listDirsRecursive(fs FileSystem, name string, follow ShouldFollowSymlinks) ([]string, error) { argument
479 func listDirsRecursiveRelative(fs FileSystem, name string, follow ShouldFollowSymlinks, depth int) … argument
Dglob.go46 func startGlob(fs FileSystem, pattern string, excludes []string, argument
104 func glob(fs FileSystem, pattern string, hasRecursive bool, argument
/build/blueprint/
Dsingleton_ctx.go82 Fs() pathtools.FileSystem
275 func (s *singletonContext) Fs() pathtools.FileSystem {
Dmodule_ctx.go143 Fs() pathtools.FileSystem
280 func (d *baseModuleContext) Fs() pathtools.FileSystem {
Dcontext.go117 fs pathtools.FileSystem
/build/soong/finder/fs/
Dfs.go30 var OsFs FileSystem = osFs{}
50 type FileSystem interface { interface
94 var _ FileSystem = (*osFs)(nil)
189 var _ FileSystem = (*MockFs)(nil)
/build/soong/dexpreopt/dexpreopt_gen/
Ddexpreopt_gen.go44 func (x *pathContext) Fs() pathtools.FileSystem { return pathtools.OsFs }
/build/soong/zip/
Dzip.go79 fs pathtools.FileSystem
195 fs pathtools.FileSystem
223 Filesystem pathtools.FileSystem
/build/soong/android/
Dpackage_ctx.go64 func (e *configErrorWrapper) Fs() pathtools.FileSystem {
Dsingleton.go74 Fs() pathtools.FileSystem
Dmakevars.go44 Fs() pathtools.FileSystem
Dpaths.go31 Fs() pathtools.FileSystem
1240 fs pathtools.FileSystem
1243 func (x *testPathContext) Fs() pathtools.FileSystem { return x.fs }
Dpaths_test.go210 func (moduleInstallPathContextImpl) Fs() pathtools.FileSystem {
Dmodule.go106 Fs() pathtools.FileSystem
/build/soong/finder/
Dfinder.go148 filesystem fs.FileSystem
165 func New(cacheParams CacheParams, filesystem fs.FileSystem, argument
171 func newImpl(cacheParams CacheParams, filesystem fs.FileSystem, argument