Home
last modified time | relevance | path

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

/system/core/adb/client/
Dincremental_server.cpp522 auto totalBytes = sizeof(ChunkHeader) + dataBytes; in Flush() local
523 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()