Searched refs:FileSystem (Results 1 – 10 of 10) sorted by relevance
/build/blueprint/pathtools/ |
D | fs_test.go | 106 func runTestFs(t *testing.T, f func(t *testing.T, fs FileSystem, dir string)) { argument 111 run := func(t *testing.T, fs FileSystem) { 189 runTestFs(t, func(t *testing.T, fs FileSystem, dir string) { 231 runTestFs(t, func(t *testing.T, fs FileSystem, dir string) { 277 runTestFs(t, func(t *testing.T, fs FileSystem, dir string) { 340 runTestFs(t, func(t *testing.T, fs FileSystem, dir string) { 401 runTestFs(t, func(t *testing.T, fs FileSystem, dir string) { 469 runTestFs(t, func(t *testing.T, fs FileSystem, dir string) { 527 runTestFs(t, func(t *testing.T, fs FileSystem, dir string) {
|
D | fs.go | 39 var OsFs FileSystem = &osFs{} 41 func MockFs(files map[string][]byte) FileSystem { 91 type FileSystem interface { interface 130 func NewOsFs(path string) FileSystem { 499 func listDirsRecursive(fs FileSystem, name string, follow ShouldFollowSymlinks) ([]string, error) { argument 525 func listDirsRecursiveRelative(fs FileSystem, name string, follow ShouldFollowSymlinks, depth int) … argument
|
D | glob.go | 47 func startGlob(fs FileSystem, pattern string, excludes []string, argument 105 func glob(fs FileSystem, pattern string, hasRecursive bool, argument
|
/build/blueprint/ |
D | singleton_ctx.go | 149 Fs() pathtools.FileSystem 350 func (s *singletonContext) Fs() pathtools.FileSystem {
|
D | module_ctx.go | 176 Fs() pathtools.FileSystem 438 func (d *baseModuleContext) Fs() pathtools.FileSystem {
|
D | context.go | 118 fs pathtools.FileSystem 948 func (c *Context) SetFs(fs pathtools.FileSystem) {
|
/build/soong/finder/fs/ |
D | fs.go | 30 var OsFs FileSystem = osFs{} 50 type FileSystem interface { interface 95 var _ FileSystem = (*osFs)(nil) 194 var _ FileSystem = (*MockFs)(nil)
|
/build/soong/zip/ |
D | zip.go | 79 fs pathtools.FileSystem 195 fs pathtools.FileSystem 224 Filesystem 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
|
/build/soong/android/ |
D | config.go | 112 fs pathtools.FileSystem
|