Home
last modified time | relevance | path

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

/build/soong/third_party/zip/
Dwriter.go353 type fileWriter struct { struct
354 *header
355 zipw io.Writer
356 rawCount *countWriter
357 comp io.WriteCloser
358 compCount *countWriter
359 crc32 hash.Hash32
360 closed bool
363 func (w *fileWriter) Write(p []byte) (int, error) {
372 func (w *fileWriter) close() (err error) {
Dandroid.go186 fileWriter anonMember