Searched refs:type_override (Results 1 - 3 of 3) sorted by relevance

/system/core/fastboot/
H A Dfastboot.h52 int fb_format_supported(usb_handle *usb, const char *partition, const char *type_override);
H A Dfastboot.cpp894 const char *type_override, const char *size_override)
917 if (type_override) {
918 if (strcmp(type_override, pType)) {
921 partition, pType, type_override);
923 pType = (char *)type_override;
1118 char *type_override = NULL; local
1138 type_override = overrides;
1140 if (type_override && !type_override[0]) type_override
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...]
H A Dengine.c109 int fb_format_supported(usb_handle *usb, const char *partition, const char *type_override) argument
114 if (type_override) {
115 return !!fs_get_generator(type_override);

Completed in 43 milliseconds