Searched refs:FileSystem (Results 1 – 16 of 16) sorted by relevance
/build/blueprint/pathtools/ |
D | fs_test.go | 152 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}
|
D | fs.go | 39 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
|
D | glob.go | 46 func startGlob(fs FileSystem, pattern string, excludes []string, argument 104 func glob(fs FileSystem, pattern string, hasRecursive bool, argument
|
/build/blueprint/ |
D | singleton_ctx.go | 82 Fs() pathtools.FileSystem 275 func (s *singletonContext) Fs() pathtools.FileSystem {
|
D | module_ctx.go | 143 Fs() pathtools.FileSystem 280 func (d *baseModuleContext) Fs() pathtools.FileSystem {
|
D | context.go | 117 fs pathtools.FileSystem
|
/build/soong/finder/fs/ |
D | fs.go | 30 var OsFs FileSystem = osFs{} 50 type FileSystem interface { interface 94 var _ FileSystem = (*osFs)(nil) 189 var _ FileSystem = (*MockFs)(nil)
|
/build/soong/dexpreopt/dexpreopt_gen/ |
D | dexpreopt_gen.go | 44 func (x *pathContext) Fs() pathtools.FileSystem { return pathtools.OsFs }
|
/build/soong/zip/ |
D | zip.go | 79 fs pathtools.FileSystem 195 fs pathtools.FileSystem 223 Filesystem pathtools.FileSystem
|
/build/soong/android/ |
D | package_ctx.go | 64 func (e *configErrorWrapper) Fs() pathtools.FileSystem {
|
D | singleton.go | 74 Fs() pathtools.FileSystem
|
D | makevars.go | 44 Fs() pathtools.FileSystem
|
D | paths.go | 31 Fs() pathtools.FileSystem 1240 fs pathtools.FileSystem 1243 func (x *testPathContext) Fs() pathtools.FileSystem { return x.fs }
|
D | paths_test.go | 210 func (moduleInstallPathContextImpl) Fs() pathtools.FileSystem {
|
D | module.go | 106 Fs() pathtools.FileSystem
|
/build/soong/finder/ |
D | finder.go | 148 filesystem fs.FileSystem 165 func New(cacheParams CacheParams, filesystem fs.FileSystem, argument 171 func newImpl(cacheParams CacheParams, filesystem fs.FileSystem, argument
|