Home
last modified time | relevance | path

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

/build/blueprint/pathtools/
Dfs_test.go152 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}
Dglob_test.go502 testGlob(t, OsFs, testCase, FollowSymlinks)
562 testGlob(t, OsFs, testCase, FollowSymlinks)
611 testGlob(t, OsFs, testCase, FollowSymlinks)
659 testGlob(t, OsFs, testCase, DontFollowSymlinks)
Dfs.go39 var OsFs FileSystem = osFs{} var
171 return listDirsRecursive(OsFs, name, follow)
Dglob.go43 return startGlob(OsFs, pattern, excludes, follow)
/build/soong/finder/cmd/
Dfinder.go150 service, err := finder.New(params, fs.OsFs, logger, dbPath)
/build/soong/ui/build/
Dfinder.go43 filesystem := fs.OsFs
/build/soong/dexpreopt/dexpreopt_gen/
Ddexpreopt_gen.go44 func (x *pathContext) Fs() pathtools.FileSystem { return pathtools.OsFs }
/build/soong/zip/
Dzip.go86 fs: pathtools.OsFs,
290 z.fs = pathtools.OsFs
/build/soong/finder/fs/
Dfs.go30 var OsFs FileSystem = osFs{} var
/build/blueprint/
Dcontext.go287 fs: pathtools.OsFs,