Home
last modified time | relevance | path

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

/build/soong/third_party/zip/
Dwriter.go326 type fileWriter struct { struct
327 *header
328 zipw io.Writer
329 rawCount *countWriter
330 comp io.WriteCloser
331 compCount *countWriter
332 crc32 hash.Hash32
333 closed bool
336 func (w *fileWriter) Write(p []byte) (int, error) {
345 func (w *fileWriter) close() (err error) {
Dandroid.go172 fileWriter anonMember