Home
last modified time | relevance | path

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

/bootable/recovery/updater/
Dmounts.h23 MountedVolume* find_mounted_volume_by_mount_point(const char* mount_point);
Dupdater_runtime.cpp126 MountedVolume* vol = find_mounted_volume_by_mount_point(std::string(mount_point).c_str()); in IsMounted()
132 MountedVolume* vol = find_mounted_volume_by_mount_point(std::string(mount_point).c_str()); in Unmount()
Dmounts.cpp65 MountedVolume* find_mounted_volume_by_mount_point(const char* mount_point) { in find_mounted_volume_by_mount_point() function