platform_bootable_recovery/minzip
Doug Zongker 596271fa71 handle short writes when unzipping files
minzip fails if write() doesn't write all the data in one call.
Apparently this was good enough before, but it causes OTAs to fail all
the time now (maybe due to the recently-submitted kernel)?  Change
code to attempt continuing after short writes.
2009-04-29 17:35:34 -07:00
..
Android.mk auto import from //depot/cupcake/@135843 2009-03-03 19:28:42 -08:00
Bits.h auto import from //depot/cupcake/@135843 2009-03-03 19:28:42 -08:00
DirUtil.c auto import from //depot/cupcake/@135843 2009-03-03 19:28:42 -08:00
DirUtil.h auto import from //depot/cupcake/@135843 2009-03-03 19:28:42 -08:00
Hash.c auto import from //depot/cupcake/@135843 2009-03-03 19:28:42 -08:00
Hash.h auto import from //depot/cupcake/@135843 2009-03-03 19:28:42 -08:00
inline_magic.h auto import from //depot/cupcake/@135843 2009-03-03 19:28:42 -08:00
Inlines.c auto import from //depot/cupcake/@135843 2009-03-03 19:28:42 -08:00
Log.h auto import from //depot/cupcake/@135843 2009-03-03 19:28:42 -08:00
SysUtil.c auto import from //depot/cupcake/@135843 2009-03-03 19:28:42 -08:00
SysUtil.h auto import from //depot/cupcake/@135843 2009-03-03 19:28:42 -08:00
Zip.c handle short writes when unzipping files 2009-04-29 17:35:34 -07:00
Zip.h auto import from //depot/cupcake/@135843 2009-03-03 19:28:42 -08:00