Searched refs:find_mounted_volume_by_mount_point (Results 1 – 3 of 3) sorted by relevance
23 MountedVolume* find_mounted_volume_by_mount_point(const char* mount_point);
126 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()
65 MountedVolume* find_mounted_volume_by_mount_point(const char* mount_point) { in find_mounted_volume_by_mount_point() function