Home
last modified time | relevance | path

Searched refs:OsFs (Results 1 – 9 of 9) sorted by relevance

/build/blueprint/pathtools/
Dglob_test.go511 testGlob(t, OsFs, testCase, FollowSymlinks)
571 testGlob(t, OsFs, testCase, FollowSymlinks)
620 testGlob(t, OsFs, testCase, FollowSymlinks)
668 testGlob(t, OsFs, testCase, DontFollowSymlinks)
Dglob.go93 return startGlob(OsFs, pattern, excludes, follow)
Dfs_test.go127 run(t, OsFs)
Dfs.go39 var OsFs FileSystem = &osFs{} var
/build/soong/finder/cmd/
Dfinder.go150 service, err := finder.New(params, fs.OsFs, logger, dbPath)
/build/soong/ui/build/
Dfinder.go46 filesystem := fs.OsFs
/build/soong/zip/
Dzip.go87 fs: pathtools.OsFs,
276 z.fs = pathtools.OsFs
/build/soong/finder/fs/
Dfs.go30 var OsFs FileSystem = osFs{} var
/build/blueprint/
Dcontext.go389 fs: pathtools.OsFs,