Home
last modified time | relevance | path

Searched refs:Volume (Results 1 – 2 of 2) sorted by relevance

/bootable/recovery/recovery_utils/include/recovery_utils/
Droots.h23 using Volume = android::fs_mgr::FstabEntry; variable
29 Volume* volume_for_mount_point(const std::string& mount_point);
/bootable/recovery/recovery_utils/
Droots.cpp74 Volume* volume_for_mount_point(const std::string& mount_point) { in volume_for_mount_point()