Home
last modified time | relevance | path

Searched defs:testNonEmptyWriter (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/archive/tar/
Dwriter_test.go1038 type testNonEmptyWriter struct{ io.Writer } argument
1040 func (w testNonEmptyWriter) Write(b []byte) (int, error) {