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

/system/core/fastboot/
H A Dengine.c135 * file partition we generate image for.
147 /* Return true if this partition is supported by the fastboot format command.
148 * It is also used to determine if we should first erase a partition before
154 int fb_format_supported(usb_handle *usb, const char *partition) argument
161 status = fb_getvar(usb, response, "partition-type:%s", partition);
319 const char *partition = a->cmd; local
328 status = fb_getvar(usb, response, "partition-type:%s", partition);
334 "Can't determine partition typ
396 fb_queue_format(const char *partition, int skip_if_not_supported) argument
[all...]

Completed in 5 milliseconds