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

/system/core/fastboot/
H A Dusb_osx.c533 const int maxLenToSend = 1048576; // 1 MiB local
537 int lenToSend = lenRemaining > maxLenToSend
538 ? maxLenToSend : lenRemaining;

Completed in 1305 milliseconds