platform_bootable_recovery/recovery_utils/include/recovery_utils
Simon Shields e8ccb88add recovery_utils: add support for unmounting entire volumes
When wiping /system, the partition isn't actually mounted at /system
or / - it's mounted at /mnt/system. This breaks 'format system' from
recovery if the partition has been mounted.

This patch adds an ensure_volume_unmounted function that finds all
mounts of a given device and unmounts them, meaning the device
can be safely formatted.

Change-Id: Id4f727f845308a89e865f1ba60dc284f5ebc66e1
2024-09-08 01:03:51 +02:00
..
battery_utils.h Refactor battery info querying functions into librecovery_utils. 2019-10-02 22:04:25 -07:00
logging.h otautil: Factor out the utils that're private to recovery. 2019-10-02 10:56:46 -07:00
parse_install_logs.h otautil: Factor out the utils that're private to recovery. 2019-10-02 10:56:46 -07:00
roots.h recovery_utils: add support for unmounting entire volumes 2024-09-08 01:03:51 +02:00
thermalutil.h otautil: Factor out the utils that're private to recovery. 2019-10-02 10:56:46 -07:00