Searched refs:totalBytes (Results 1 – 1 of 1) sorted by relevance
522 auto totalBytes = sizeof(ChunkHeader) + dataBytes; in Flush() local523 if (!WriteFdExactly(adb_fd_, pendingBlocksBuffer_.data(), totalBytes)) { in Flush()524 fprintf(stderr, "Failed to write %d bytes\n", int(totalBytes)); in Flush()526 sentSize_ += totalBytes; in Flush()