Home
last modified time | relevance | path

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

/bootable/recovery/mtdutils/
Dmounts.h31 find_mounted_volume_by_mount_point(const char *mount_point);
Dmounts.c122 find_mounted_volume_by_mount_point(const char *mount_point) in find_mounted_volume_by_mount_point() function
/bootable/recovery/
Droots.cpp94 find_mounted_volume_by_mount_point(v->mount_point); in ensure_path_mounted()
147 find_mounted_volume_by_mount_point(v->mount_point); in ensure_path_unmounted()
/bootable/recovery/updater/
Dinstall.c205 const MountedVolume* vol = find_mounted_volume_by_mount_point(mount_point); in IsMountedFn()
233 const MountedVolume* vol = find_mounted_volume_by_mount_point(mount_point); in UnmountFn()