Home
last modified time | relevance | path

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

/system/core/fastboot/
Dusb_osx.cpp561 const int maxLenToSend = 1048576; // 1 MiB in Write() local
565 int lenToSend = lenRemaining > maxLenToSend in Write()
566 ? maxLenToSend : lenRemaining; in Write()