summaryrefslogtreecommitdiffstats
path: root/fs_mgr/liblp/io_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add a liblp test that we can parse the device's super partition.David Anderson2019-05-101-0/+18
* Allow to build non-sparse super image.Yifan Hong2019-04-041-1/+1
* liblp: Modify NewForUpdate to accomodate two super partitions.David Anderson2018-11-211-3/+6
* liblp: Auto-suffix group names.David Anderson2018-11-191-0/+11
* liblp: Add a helper method for upgrading metadata on retrofit devices.David Anderson2018-11-091-0/+39
* liblp: Fix io_tests.David Anderson2018-11-081-22/+37
* liblp: Split super.img for retrofit devices.David Anderson2018-11-081-2/+4
* liblp: Allow automatic slot suffixing of partition names.David Anderson2018-11-081-1/+25
* liblp: Allow the super partition to span multiple block devices.David Anderson2018-10-241-2/+2
* liblp: Add an abstraction layer for opening partitions.David Anderson2018-10-241-43/+72
* liblp: Store device information in a new block device table.David Anderson2018-10-241-8/+21
* liblp: Reserve the first logical block of the super partition.David Anderson2018-10-171-0/+1
* liblp: Remove last_logical_sector from LpMetadataGeometry.David Anderson2018-10-121-8/+3
* liblp: Move backup sectors to the start of the partition.David Anderson2018-10-121-7/+9
* liblp: Add a gtest for sparse image creation.David Anderson2018-10-111-0/+33
* liblp: Remove the guid field from LpMetadataPartition.David Anderson2018-10-031-11/+8
* liblp: Add support for updateable partition groups.David Anderson2018-10-031-3/+0
* liblp: test: fix liblp.UpdateAnyMetadataSlotMark Salyzyn2018-09-241-3/+3
* liblp: Add ReadImageFromBlob.David Anderson2018-08-221-0/+21
* liblp: FlashPartitionTable should update all slots.David Anderson2018-08-211-5/+4
* liblp: Add a ResizePartition helper to MetadataBuilder.David Anderson2018-08-011-2/+2
* liblp: Move image reading/writing functions to a new cpp file.David Anderson2018-07-131-0/+1
* liblp: Clean up public headers.David Anderson2018-07-121-2/+2
* liblp: Improve reliability of UpdatePartitionTable.David Anderson2018-07-111-14/+59
* liblp: Make it easier to test UpdatePartitionTable.David Anderson2018-07-111-0/+82
* liblp: Refactor the partition table update API.David Anderson2018-07-111-13/+13
* liblp: Add unit tests for flashing and readback.David Anderson2018-06-211-0/+395