Home
last modified time | relevance | path

Searched refs:fb_format_supported (Results 1 – 3 of 3) sorted by relevance

/system/core/fastboot/
Dfastboot.h52 int fb_format_supported(usb_handle *usb, const char *partition, const char *type_override);
Dengine.c109 int fb_format_supported(usb_handle *usb, const char *partition, const char *type_override) in fb_format_supported() function
Dfastboot.cpp645 return fb_format_supported(usb, part, NULL); in needs_erase()
1110 if (fb_format_supported(usb, argv[1], NULL)) { in main()