func TestRemoveAll(t *testing.T) { … }
func TestRemoveAllLarge(t *testing.T) { … }
func TestRemoveAllLongPath(t *testing.T) { … }
func TestRemoveAllDot(t *testing.T) { … }
func TestRemoveAllDotDot(t *testing.T) { … }
func TestRemoveReadOnlyDir(t *testing.T) { … }
func TestRemoveAllButReadOnlyAndPathError(t *testing.T) { … }
func TestRemoveUnreadableDir(t *testing.T) { … }
func TestRemoveAllWithMoreErrorThanReqSize(t *testing.T) { … }
func TestRemoveAllNoFcntl(t *testing.T) { … }
func BenchmarkRemoveAll(b *testing.B) { … }