Searched refs:OsFs (Results 1 – 10 of 10) 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 | glob_test.go | 502 testGlob(t, OsFs, testCase, FollowSymlinks) 562 testGlob(t, OsFs, testCase, FollowSymlinks) 611 testGlob(t, OsFs, testCase, FollowSymlinks) 659 testGlob(t, OsFs, testCase, DontFollowSymlinks)
|
D | fs.go | 39 var OsFs FileSystem = osFs{} var 171 return listDirsRecursive(OsFs, name, follow)
|
D | glob.go | 43 return startGlob(OsFs, pattern, excludes, follow)
|
/build/soong/finder/cmd/ |
D | finder.go | 150 service, err := finder.New(params, fs.OsFs, logger, dbPath)
|
/build/soong/ui/build/ |
D | finder.go | 43 filesystem := fs.OsFs
|
/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 | 86 fs: pathtools.OsFs, 290 z.fs = pathtools.OsFs
|
/build/soong/finder/fs/ |
D | fs.go | 30 var OsFs FileSystem = osFs{} var
|
/build/blueprint/ |
D | context.go | 287 fs: pathtools.OsFs,
|