syncthing/lib/fs
Jakob Borg 4253f22680 lib/scanner: Use fs.Filesystem for all operations
One more step on the path of the great refactoring. Touches rwfolder a
little bit since it uses the Lstat from fs as well, but mostly this is
just on the scanner as rwfolder is scheduled for a later refactor.

There are a couple of usages of fs.DefaultFilesystem that will in the
end become a filesystem injected from the top, but that comes later.

GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/4070
LGTM: AudriusButkevicius, imsodin
2017-04-01 09:04:11 +00:00
..
basicfs.go lib/scanner: Use fs.Filesystem for all operations 2017-04-01 09:04:11 +00:00
basicfs_symlink_unix.go all: Update license url to https (ref #3976) 2017-02-09 08:04:16 +01:00
basicfs_symlink_windows.go all: Update license url to https (ref #3976) 2017-02-09 08:04:16 +01:00
basicfs_walk.go lib/fs: The interface and basicfs 2016-11-24 12:07:14 +00:00
filesystem.go lib/scanner: Use fs.Filesystem for all operations 2017-04-01 09:04:11 +00:00
lstat_broken.go lib/scanner: Use fs.Filesystem for all operations 2017-04-01 09:04:11 +00:00
lstat_regular.go lib/scanner: Use fs.Filesystem for all operations 2017-04-01 09:04:11 +00:00
mtimefs.go lib/scanner: Use fs.Filesystem for all operations 2017-04-01 09:04:11 +00:00
mtimefs_test.go lib/scanner: Use fs.Filesystem for all operations 2017-04-01 09:04:11 +00:00