Searched defs:partition (Results 1 - 2 of 2) sorted by relevance

/system/core/fastboot/
H A Dengine.c102 /* Return true if this partition is supported by the fastboot format command.
103 * It is also used to determine if we should first erase a partition before
109 int fb_format_supported(usb_handle *usb, const char *partition, const char *type_override) argument
117 status = fb_getvar(usb, fs_type, "partition-type:%s", partition);
H A Dfastboot.cpp121 fprintf(stderr,"unknown partition '%s'\n", item);
281 " flash <partition> [ <filename> ] write a file to a flash partition\n"
285 " flash any partition except the ones"
293 " erase <partition> erase a flash partition\n"
294 " format[:[<fs type>][:[<size>]] <partition> format a flash partition.\n"
308 " if supported by partition type)\n"
309 " -u do not first erase partition befor
892 fb_perform_format(usb_handle* usb, const char *partition, int skip_if_not_supported, const char *type_override, const char *size_override) argument
[all...]

Completed in 41 milliseconds