Home
last modified time | relevance | path

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

/build/soong/third_party/zip/
Dandroid.go150 compCount: &countWriter{w: w.cw},
188 return w.compCount.Write(p)
199 fh.CompressedSize64 = uint64(w.compCount.count)
Dwriter.go239 compCount: &countWriter{w: w.cw},
247 fw.comp, err = comp(fw.compCount)
350 compCount *countWriter member
377 fh.CompressedSize64 = uint64(w.compCount.count)