Home
last modified time | relevance | path

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

/build/soong/third_party/zip/
Dwriter.go399 type countWriter struct { struct
400 w io.Writer
401 count int64
404 func (w *countWriter) Write(p []byte) (int, error) {