Home
last modified time | relevance | path

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

/aosp14/system/core/fastboot/device/
H A Dusb_client.cpp262 auto bytes_read_now = in Read() local
264 if (bytes_read_now < 0) { in Read()
268 bytes_read_total += bytes_read_now; in Read()
269 char_data += bytes_read_now; in Read()
270 if (static_cast<size_t>(bytes_read_now) < bytes_to_read) { in Read()