platform_bootable_recovery/minzip
Michael Runge f5d9f89152 Allow 0-byte files in full OTAs.
Currently, the writeProcessFunction fails when
there are zero bytes to write, potentially returning
errno from a previous operation, or hanging
indefinitely while it waits for a >0 result on a
write of size 0.  This happens when the output
file is intended to be zero bytes in size.

Change-Id: Ib3cfcaf66d82942bc89e5f5c64697862403b38da
2014-05-09 18:09:28 +00:00
..
Android.mk Remove HAVE_SELINUX guards 2012-10-16 12:57:26 -07:00
Bits.h auto import from //depot/cupcake/@135843 2009-03-03 19:28:42 -08:00
DirUtil.c updater: Delete dead code 2013-09-17 10:20:45 -07:00
DirUtil.h updater: Delete dead code 2013-09-17 10:20:45 -07: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 Fix multiple defined symbol errors 2012-08-21 16:04:21 -04: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 minzip: 64 bit build issue 2014-03-17 16:05:12 -07:00
SysUtil.h do verification and extraction on memory, not files 2014-01-16 13:29:28 -08:00
Zip.c Allow 0-byte files in full OTAs. 2014-05-09 18:09:28 +00:00
Zip.h add mzGetStoredEntry function 2014-02-13 08:30:41 -08:00