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

/system/core/fastboot/
H A Dfastboot.cpp894 const char *type_override, const char *size_override)
931 if (size_override) {
932 if (strcmp(size_override, pSize)) {
935 partition, pSize, size_override);
937 pSize = (char *)size_override;
1119 char *size_override = NULL; local
1133 size_override = strchr(overrides, ':');
1134 if (size_override) {
1135 size_override[0] = '\0';
1136 size_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...]

Completed in 61 milliseconds