Home | History | Annotate | Download | only in updater

Lines Matching full:max_size

1498     int max_size = sizeof(((struct bootloader_message*)0)->stage);
1499 if (to_write > max_size) {
1500 to_write = max_size;
1501 stagestr[max_size-1] = 0;