Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ae45a52e authored by Alistair Delva's avatar Alistair Delva Committed by Automerger Merge Worker
Browse files

Add documentation for umount_all am: 46f25dee

Original change: https://googleplex-android-review.googlesource.com/c/platform/system/core/+/11796124

Change-Id: I80cc50d59d2b712bb116ef2ad451cf0097824336
parents d90301ca 46f25dee
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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