Home
last modified time | relevance | path

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

/aosp14/system/core/fastboot/
H A Dusb_osx.cpp584 int lenToSend = lenRemaining > maxLenToSend in Write() local
590 lenToSend); in Write()
594 lenToSend, ms_timeout_, ms_timeout_); in Write()
599 lenRemaining -= lenToSend; in Write()
600 data = (const char*)data + lenToSend; in Write()