Home
last modified time | relevance | path

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

/build/soong/third_party/zip/
Dwriter.go20 cw *countWriter
34 return &Writer{cw: &countWriter{w: bufio.NewWriter(w)}}
239 compCount: &countWriter{w: w.cw},
251 fw.rawCount = &countWriter{w: fw.comp}
348 rawCount *countWriter
350 compCount *countWriter
418 type countWriter struct { struct
423 func (w *countWriter) Write(p []byte) (int, error) { argument
Dandroid.go150 compCount: &countWriter{w: w.cw},