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

  /bootable/recovery/otautil/include/otautil/
roots.h 45 int format_volume(const std::string& volume);
51 int format_volume(const std::string& volume, const std::string& directory);
  /bootable/recovery/install/
wipe_data.cpp 73 result = format_volume(volume, CONVERT_FBE_DIR);
77 result = format_volume(volume);
  /bootable/recovery/otautil/
roots.cpp 132 int format_volume(const std::string& volume, const std::string& directory) { function
139 LOG(ERROR) << "can't format_volume \"" << volume << "\"";
143 LOG(ERROR) << "can't give path \"" << volume << "\" to format_volume";
147 LOG(ERROR) << "format_volume: Failed to unmount \"" << v->mount_point << "\"";
151 LOG(ERROR) << "format_volume: fs_type \"" << v->fs_type << "\" unsupported";
161 PLOG(ERROR) << "format_volume: Failed to open " << v->key_loc;
174 PLOG(ERROR) << "format_volume: failed to open " << v->blk_device;
215 PLOG(ERROR) << "format_volume: Failed to make ext4 on " << v->blk_device;
234 PLOG(ERROR) << "format_volume: Failed to make_f2fs on " << v->blk_device;
242 PLOG(ERROR) << "format_volume: Failed to sload_f2fs on " << v->blk_device
249 int format_volume(const std::string& volume) { function
    [all...]

Completed in 700 milliseconds