Add documentation for umount_all am: 46f25dee36
Original change: https://googleplex-android-review.googlesource.com/c/platform/system/core/+/11796124 Change-Id: I205a94c01ccf9e21f7ce986530f9c9d528a5cadc
This commit is contained in:
commit
fe20596886
1 changed files with 6 additions and 0 deletions
|
|
@ -639,6 +639,12 @@ provides the `aidl_lazy_test_1` interface.
|
|||
`umount <path>`
|
||||
> Unmount the filesystem mounted at that path.
|
||||
|
||||
`umount_all [ <fstab> ]`
|
||||
> Calls fs\_mgr\_umount\_all on the given fstab file.
|
||||
If the fstab parameter is not specified, fstab.${ro.boot.fstab_suffix},
|
||||
fstab.${ro.hardware} or fstab.${ro.hardware.platform} will be scanned for
|
||||
under /odm/etc, /vendor/etc, or / at runtime, in that order.
|
||||
|
||||
`verity_update_state <mount-point>`
|
||||
> Internal implementation detail used to update dm-verity state and
|
||||
set the partition._mount-point_.verified properties used by adb remount
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue