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

  /bootable/recovery/
roots.h 43 int format_volume(const char* volume);
roots.cpp 171 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: crypt footer + negative length (%zd) not supported on %s\n", length, v->fs_type)
    [all...]
recovery.cpp 472 int result = format_volume(volume);
    [all...]

Completed in 61 milliseconds