Lines Matching refs:expandedLen
98 PATCH_LOGI("ApplyImagePatch srcStart %zu srcLen %zu patchOffset: %zu expandedLen:%zu %zu",
99 header.srcStart, header.srcLength, header.patchOffset, header.expandedLen, header.targetSize);
127 if (DecompressData(pkgManager, oldData, stream, true, header.expandedLen) != 0) {
138 info->unpackedSize = header.expandedLen;
164 Hpackage::PkgManager::StreamPtr &stream, bool memory, size_t expandedLen) const
166 if (expandedLen == 0) {
177 info->unpackedSize = expandedLen;
182 expandedLen, memory ? PkgStream::PkgStreamType_MemoryMap : PkgStream::PkgStreamType_Write);
198 if (info->unpackedSize > (expandedLen - bonusData_.size())) {
210 expandedLen - info->unpackedSize, bonusData_.data(), bonusData_.size());
227 header.expandedLen = static_cast<size_t>(ReadLE<uint64_t>(param.patch + offset));
280 header.expandedLen = static_cast<size_t>(ReadLE<uint64_t>(param.patch + offset));