Home
last modified time | relevance | path

Searched defs:volume (Results 1 – 4 of 4) sorted by relevance

/bootable/recovery/otautil/
Droots.cpp132 int format_volume(const std::string& volume, const std::string& directory) { in format_volume()
249 int format_volume(const std::string& volume) { in format_volume()
Dmounts.cpp72 int unmount_mounted_volume(MountedVolume* volume) { in unmount_mounted_volume()
/bootable/recovery/install/
Dwipe_data.cpp39 static bool EraseVolume(const char* volume, RecoveryUI* ui, bool convert_fbe) { in EraseVolume()
/bootable/recovery/
Dfsck_unshare_blocks.cpp76 Volume* volume = volume_for_mount_point(partition); in run_e2fsck() local