mirror of
https://github.com/restic/restic.git
synced 2025-12-24 00:29:39 -05:00
internal/archiver.readdir and internal/fs.ReadDir were unused. internal/fs.ReadDirNames and internal/archiver.readdirnames were doing nearly the same thing, except one sorted its output and opened with fs.O_NOFOLLOW. Both were only used in internal/archiver. |
||
|---|---|---|
| .. | ||
| const.go | ||
| const_unix.go | ||
| const_windows.go | ||
| deviceid_unix.go | ||
| deviceid_windows.go | ||
| doc.go | ||
| file.go | ||
| file_unix.go | ||
| file_windows.go | ||
| fs_local.go | ||
| fs_reader.go | ||
| fs_reader_test.go | ||
| fs_track.go | ||
| helpers.go | ||
| interface.go | ||
| path_prefix.go | ||
| path_prefix_test.go | ||
| stat.go | ||
| stat_bsd.go | ||
| stat_test.go | ||
| stat_unix.go | ||
| stat_windows.go | ||