Home
last modified time | relevance | path

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

/aosp14/system/core/fastboot/device/
H A Dflashing.cpp102 int this_ret = write(handle->fd(), aligned_buffer_unique_ptr.get(), this_len); in FlashRawDataChunk() local
103 if (this_ret < 0) { in FlashRawDataChunk()
107 data += this_ret; in FlashRawDataChunk()
108 ret += this_ret; in FlashRawDataChunk()