platform_bootable_recovery/updater
Tao Bao bf5b77dbf7 Change the internal representation in RangeSet.
This CL makes the following changes to RangeSet:
 - Uses std::pair<size_t, size_t> to represent a Range;
 - Uses std::vector<Range> to represent a RangeSet;
 - Provides const iterators (forward and reverse);
 - Provides const accessor;
 - 'blocks()' returns the number of blocks (formerly 'size');
 - 'size()' returns the number of Range's (formerly 'count').

Test: recovery_unit_test
Test: Apply an incremental update with the new updater.
Change-Id: Ia1fbb343370a152e1f7aa050cf914c2da09b1396
2017-04-03 09:22:48 -07:00
..
include/updater Change the internal representation in RangeSet. 2017-04-03 09:22:48 -07:00
Android.mk Fix updater include generation w/installclean 2017-03-21 16:46:24 -07:00
blockimg.cpp Change the internal representation in RangeSet. 2017-04-03 09:22:48 -07:00
install.cpp updater: Don't append newline when calling uiPrint(). 2017-03-30 10:28:37 -07:00
updater.cpp Fixed scanf modifier 2017-03-23 16:58:53 +01:00