aboutsummaryrefslogtreecommitdiffstats
path: root/volume_manager/VolumeBase.cpp
Commit message (Collapse)AuthorAgeFilesLines
* recovery: Hide unmountable volumes from selectionTom Marshall2020-04-111-1/+13
| | | | | | | | | | | * In volume manager, check if new volumes are mountable. * Check volumes for mountable for inclusion into update list. * Erase unmountable volumes from volumes vector for consistency with the item array. Change-Id: I89ff6cc05a93afffe5e46b24d70fc368bccaf020
* recovery: Implement a volume managerTom Marshall2020-04-111-0/+189
This is a copy of the pre-binderized vold which has been converted to use direct calls instead of sockets and stripped down to only what is needed to support recovery. Change-Id: Ic82d929e052b5ba70ecf7b475e0a223d77d9687e