Home
last modified time | relevance | path

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

/bootable/recovery/mtdutils/
Dmounts.h33 int unmount_mounted_volume(const MountedVolume *volume);
Dmounts.c141 unmount_mounted_volume(const MountedVolume *volume) in unmount_mounted_volume() function
/bootable/recovery/
Droots.cpp153 return unmount_mounted_volume(mv); in ensure_path_unmounted()
/bootable/recovery/updater/
Dinstall.c238 int ret = unmount_mounted_volume(vol); in UnmountFn()