Home
last modified time | relevance | path

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

/AliOS-Things-master/components/oss/src/resumable/
A DResumableBaseWorker.cc68 uint64_t partCount = (objectSize - 1) / partSize + 1; in determinePartSize() local
69 while (partCount > PartNumberUpperLimit) { in determinePartSize()
71 partCount = (objectSize - 1) / partSize + 1; in determinePartSize()
A DResumableCopier.cc371 int32_t partCount = (int32_t)((objectSize_ - 1) / partSize_ + 1); in getPartsToUploadCopy() local
372 for (int32_t i = 0; i < partCount; i++) { in getPartsToUploadCopy()
375 if (i == partCount - 1) { in getPartsToUploadCopy()
376 part.size_ = objectSize_ - partSize_ * (partCount - 1); in getPartsToUploadCopy()
A DResumableUploader.cc354 int32_t partCount = (int32_t)((objectSize_ - 1)/ partSize_ + 1); in getPartsToUpload() local
355 for(int32_t i = 0; i < partCount; i++){ in getPartsToUpload()
358 if (i == partCount -1 ){ in getPartsToUpload()
359 part.size_ = objectSize_ - partSize_ * (partCount - 1); in getPartsToUpload()

Completed in 4 milliseconds