Home
last modified time | relevance | path

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

/system/core/fastboot/
Dusb_osx.c538 const int maxLenToSend = 1048576; // 1 MiB in usb_write() local
542 int lenToSend = lenRemaining > maxLenToSend in usb_write()
543 ? maxLenToSend : lenRemaining; in usb_write()