Home
last modified time | relevance | path

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

/aosp12/system/core/fastboot/
H A Dusb_osx.cpp566 const int maxLenToSend = 1048576; // 1 MiB in Write() local
570 int lenToSend = lenRemaining > maxLenToSend in Write()
571 ? maxLenToSend : lenRemaining; in Write()