Home
last modified time | relevance | path

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

/bootable/recovery/recovery_utils/include/recovery_utils/
Droots.h45 int format_volume(const std::string& volume);
51 int format_volume(const std::string& volume, const std::string& directory);
/bootable/recovery/install/
Dwipe_data.cpp71 result = format_volume(volume, CONVERT_FBE_DIR); in EraseVolume()
75 result = format_volume(volume); in EraseVolume()
/bootable/recovery/recovery_utils/
Droots.cpp133 int format_volume(const std::string& volume, const std::string& directory) { in format_volume() function
289 int format_volume(const std::string& volume) { in format_volume() function
290 return format_volume(volume, ""); in format_volume()