Home
last modified time | relevance | path

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

/system/core/fastboot/device/
Dusb_client.cpp286 auto bytes_written_now = handle_->write(handle_.get(), char_data, bytes_to_write); in Write() local
287 if (bytes_written_now < 0) { in Write()
290 bytes_written_total += bytes_written_now; in Write()
291 char_data += bytes_written_now; in Write()
292 if (static_cast<size_t>(bytes_written_now) < bytes_to_write) { in Write()