Searched refs:nextBuffLength (Results 1 – 2 of 2) sorted by relevance
77 int nextBuffLength = PartProcessor::kBufferSize; in split() local78 char *data = new char[nextBuffLength]; in split()93 nextBuffLength = (progress() + PartProcessor::kBufferSize > this->maxSizePerPart_) ? in split()97 dataBytes = this->sourceFile_->read(data, nextBuffLength); in split()100 progress_ += nextBuffLength; in split()