HomeSort by relevance Sort by last modified time
    Searched refs:find_mounted_volume_by_mount_point (Results 1 - 4 of 4) sorted by null

  /bootable/recovery/
mounts.h 24 MountedVolume* find_mounted_volume_by_mount_point(const char* mount_point);
mounts.cpp 65 MountedVolume* find_mounted_volume_by_mount_point(const char* mount_point) { function
roots.cpp 98 MountedVolume* mv = find_mounted_volume_by_mount_point(mount_point);
154 MountedVolume* mv = find_mounted_volume_by_mount_point(v->mount_point);
  /bootable/recovery/updater/
install.cpp 208 MountedVolume* vol = find_mounted_volume_by_mount_point(mount_point.c_str());
231 MountedVolume* vol = find_mounted_volume_by_mount_point(mount_point.c_str());
    [all...]

Completed in 2229 milliseconds