Searched defs:toRead (Results 1 – 12 of 12) sorted by relevance
139 size_t toRead = min_of(count, size_t(mOutTotalSize - mOutCurPosition)); in read() local211 size_t toRead = min_of(mInBufSize, mInTotalSize - mInNextChunkOffset); in readNextChunk() local
692 size_t toRead = toWrite; in write_tarfile() local
58 int toRead = (chunkTotal > buffer.length) ? buffer.length : chunkTotal; in routeSocketDataToOutput() local
105 long toRead = (buffer.length < size) ? buffer.length : size; in installApk() local
533 int toRead = (toCopy > buffer.length) in restoreOneFile() local598 int toRead = (bytesToConsume > buffer.length) in restoreOneFile() local
141 int64_t toRead = min(size, available); in writeToFile() local
235 int toRead = (bytesRead + buffer.length <= lengthBytes) in createSha256Digest() local
382 const size_t toRead = reader->currentToRead(); in protoOutputStreamToByteString() local
246 int toRead = (size > buffer.length) ? buffer.length : (int)size; in restoreFile() local
894 int toRead = (mode == MUTED) ? 0 : sampleCount; in threadLoop() local
408 if (auto toRead = mContext.getDataMQ()->availableToRead(&fmqError, &fmqErrorMsg); in transfer() local
482 auto toRead = std::min<IncFsSize>(remaining, capacity - size); in copyToIncFs() local