Home
last modified time | relevance | path

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

/system/core/adb/client/
Dincremental_server.cpp48 static constexpr int kCompressedSizeMax = kBlockSize * 0.95; variable
441 if (compressedSize > 0 && compressedSize < kCompressedSizeMax) { in SendDataBlock()