Home
last modified time | relevance | path

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

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