Home
last modified time | relevance | path

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

/build/soong/third_party/zip/
Dwriter.go345 type fileWriter struct { struct
346 *header
347 zipw io.Writer
348 rawCount *countWriter
349 comp io.WriteCloser
350 compCount *countWriter
351 crc32 hash.Hash32
352 closed bool
355 func (w *fileWriter) Write(p []byte) (int, error) {
364 func (w *fileWriter) close() (err error) {
Dandroid.go181 fileWriter anonMember