Searched refs:sizeToSend (Results 1 – 1 of 1) sorted by relevance
473 …ndLivePhoto(const UniqueFd &livePhotoFd, const string &destPath, int64_t sizeToSend, off_t &offset) in SendLivePhoto() argument480 …CHECK_AND_RETURN_RET_LOG(sizeToSend <= totalSize - offset, E_INVALID_LIVE_PHOTO, "Failed to check … in SendLivePhoto()497 while (sizeToSend > 0) { in SendLivePhoto()498 ssize_t sent = sendfile(destFd.Get(), livePhotoFd.Get(), &offset, sizeToSend); in SendLivePhoto()503 sizeToSend -= sent; in SendLivePhoto()