1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/pkg/system
Kir Kolyshkin 2502db66d0 pkg/system: make EnsureRemoveAll unix-specific
The tricks performed by EnsureRemoveAll only make sense for Linux and
other Unices, so separate it out, and make EnsureRemoveAll for Windows
just an alias of os.RemoveAll.

This makes sure RecursiveUnmount is not called on Windows.

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
2020-09-21 01:23:28 -07:00
..
args_windows.go
chtimes.go
chtimes_test.go
chtimes_unix.go
chtimes_unix_test.go
chtimes_windows.go
chtimes_windows_test.go
errors.go
exitcode.go
filesys_unix.go
filesys_windows.go
init.go
init_windows.go
lcow.go
lcow_unsupported.go
lstat_unix.go
lstat_unix_test.go
lstat_windows.go
meminfo.go
meminfo_linux.go
meminfo_unix_test.go
meminfo_unsupported.go
meminfo_windows.go
mknod.go
mknod_windows.go
path.go
path_unix.go
path_windows.go
path_windows_test.go
process_unix.go
process_windows.go
rm_test.go
rm_unix.go pkg/system: make EnsureRemoveAll unix-specific 2020-09-21 01:23:28 -07:00
rm_windows.go pkg/system: make EnsureRemoveAll unix-specific 2020-09-21 01:23:28 -07:00
stat_bsd.go Unify same fromStatT() implementation for FreeBSD and NetBSD 2020-09-14 18:33:04 +02:00
stat_darwin.go
stat_linux.go
stat_openbsd.go
stat_solaris.go Add solaris support to lstat 2020-08-12 11:40:58 +02:00
stat_unix.go
stat_unix_test.go
stat_windows.go
syscall_unix.go
syscall_windows.go
syscall_windows_test.go
umask.go
umask_windows.go
utimes_unix.go
utimes_unix_test.go
utimes_unsupported.go
xattrs_linux.go
xattrs_unsupported.go