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

  /bootable/recovery/
roots.h 39 int format_volume(const char* volume);
roots.c 227 int format_volume(const char* volume) { function
235 LOGE("can't format_volume \"%s\"", volume);
239 LOGE("can't give path \"%s\" to format_volume\n", volume);
244 LOGE("format_volume failed to unmount \"%s\"\n", v->mount_point);
252 LOGE("format_volume: no MTD partition \"%s\"\n", v->device);
258 LOGW("format_volume: can't open MTD \"%s\"\n", v->device);
261 LOGW("format_volume: can't erase MTD \"%s\"\n", v->device);
265 LOGW("format_volume: can't close MTD \"%s\"\n", v->device);
274 LOGE("format_volume: make_extf4fs failed on %s\n", v->device);
280 LOGE("format_volume: fs_type \"%s\" unsupported\n", v->fs_type)
    [all...]
recovery.c 299 return format_volume(volume);

Completed in 29 milliseconds