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

  /system/core/fastboot/
fastboot.h 48 int fb_format_supported(usb_handle *usb, const char *partition, const char *type_override);
engine.c 109 int fb_format_supported(usb_handle *usb, const char *partition, const char *type_override) function
fastboot.c 630 /* The function fb_format_supported() currently returns the value
633 return fb_format_supported(usb, part, NULL);
1100 if (fb_format_supported(usb, argv[1], NULL)) {
    [all...]

Completed in 706 milliseconds