Home
last modified time | relevance | path

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

/bootable/recovery/otautil/include/otautil/
Droots.h23 using Volume = android::fs_mgr::FstabEntry; variable
29 Volume* volume_for_mount_point(const std::string& mount_point);
/bootable/recovery/
Dfsck_unshare_blocks.cpp76 Volume* volume = volume_for_mount_point(partition); in run_e2fsck()
/bootable/recovery/otautil/
Droots.cpp73 Volume* volume_for_mount_point(const std::string& mount_point) { in volume_for_mount_point()