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)}}
232 compCount: &countWriter{w: w.cw},
244 fw.rawCount = &countWriter{w: fw.comp}
329 rawCount *countWriter
331 compCount *countWriter
399 type countWriter struct { struct
404 func (w *countWriter) Write(p []byte) (int, error) { argument
Dandroid.go141 compCount: &countWriter{w: w.cw},