Searched refs:bytes_written_total (Results 1 – 1 of 1) sorted by relevance
282 size_t bytes_written_total = 0; in Write() local283 while (bytes_written_total < len) { in Write()284 auto bytes_to_write = std::min(len - bytes_written_total, kFbFfsNumBufs * kFbFfsBufSize); in Write()287 return bytes_written_total == 0 ? -1 : bytes_written_total; in Write()289 bytes_written_total += bytes_written_now; in Write()295 return bytes_written_total; in Write()