Searched refs:OsFs (Results 1 – 10 of 10) sorted by relevance
/build/blueprint/pathtools/ |
D | glob_test.go | 511 testGlob(t, OsFs, testCase, FollowSymlinks) 571 testGlob(t, OsFs, testCase, FollowSymlinks) 620 testGlob(t, OsFs, testCase, FollowSymlinks) 668 testGlob(t, OsFs, testCase, DontFollowSymlinks)
|
D | glob.go | 44 return startGlob(OsFs, pattern, excludes, follow)
|
D | fs_test.go | 127 run(t, OsFs)
|
D | fs.go | 39 var OsFs FileSystem = &osFs{} var
|
/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/zip/ |
D | zip.go | 86 fs: pathtools.OsFs, 291 z.fs = pathtools.OsFs
|
/build/soong/finder/fs/ |
D | fs.go | 30 var OsFs FileSystem = osFs{} var
|
/build/soong/android/ |
D | config.go | 207 fs: pathtools.OsFs,
|
/build/blueprint/ |
D | context.go | 315 fs: pathtools.OsFs,
|