platform_bootable_recovery/applypatch
caozhiyuan cb9450e113 Use f_bavail to calculate free space
Failures are seen on devices with
Linux 3.10. And they are mainly due to this change:
https://lwn.net/Articles/546473/
The blocks reserved in this change is not the same thing as what we
think are reserved for common usage of root user. And this part is
included in free blocks but not in available blocks.

Bug: 22118089
Change-Id: I81c9531703298019a4fc11839f28d2cc8b9df34e
(cherry picked from commit 3b4977638f)
2015-06-26 11:17:02 -07:00
..
testdata relocate applypatch; add type system and new functions to edify 2010-02-18 14:22:12 -08:00
Android.mk remove remaining libminelf references 2014-02-13 15:49:35 -08:00
applypatch.c Use f_bavail to calculate free space 2015-06-26 11:17:02 -07:00
applypatch.h installer for new block OTA system 2014-08-19 16:53:39 -07:00
applypatch.sh refactor applypatch and friends 2010-02-22 15:30:33 -08:00
bsdiff.c relocate applypatch; add type system and new functions to edify 2010-02-18 14:22:12 -08:00
bspatch.c Add missing includes. 2015-01-28 12:09:05 -08:00
freecache.c relocate applypatch; add type system and new functions to edify 2010-02-18 14:22:12 -08:00
imgdiff.c imgdiff: Avoid infinite loop if inflate fails 2015-04-15 13:09:54 +02:00
imgdiff.h relocate applypatch; add type system and new functions to edify 2010-02-18 14:22:12 -08:00
imgdiff_test.sh relocate applypatch; add type system and new functions to edify 2010-02-18 14:22:12 -08:00
imgpatch.c Add missing includes. 2015-01-29 20:50:08 -08:00
main.c remove 'retouch' ASLR support 2014-02-13 15:18:19 -08:00
NOTICE Add NOTICE file 2012-04-06 13:51:00 -07:00
utils.c refactor applypatch and friends 2010-02-22 15:30:33 -08:00
utils.h refactor applypatch and friends 2010-02-22 15:30:33 -08:00