Home
last modified time | relevance | path

Searched refs:unmount_mounted_volume (Results 1 – 3 of 3) sorted by relevance

/bootable/recovery/otautil/include/otautil/
Dmounts.h25 int unmount_mounted_volume(MountedVolume* volume);
/bootable/recovery/otautil/
Dmounts.cpp72 int unmount_mounted_volume(MountedVolume* volume) { in unmount_mounted_volume() function
/bootable/recovery/updater/
Dinstall.cpp387 int ret = unmount_mounted_volume(vol); in UnmountFn()