Searched defs:format_volume (Results 1 - 1 of 1) sorted by path

/bootable/recovery/
H A Droots.cpp171 int format_volume(const char* volume) { function
179 LOGE("can't format_volume \"%s\"", volume);
183 LOGE("can't give path \"%s\" to format_volume\n", volume);
188 LOGE("format_volume failed to unmount \"%s\"\n", v->mount_point);
196 LOGE("format_volume: no MTD partition \"%s\"\n", v->blk_device);
202 LOGW("format_volume: can't open MTD \"%s\"\n", v->blk_device);
205 LOGW("format_volume: can't erase MTD \"%s\"\n", v->blk_device);
209 LOGW("format_volume: can't close MTD \"%s\"\n", v->blk_device);
222 LOGE("format_volume: failed to open %s\n", v->key_loc);
240 LOGE("format_volume
[all...]

Completed in 59 milliseconds