Lines Matching defs:oldInfo
120 const BlockBuffer &oldInfo, std::vector<uint8_t> &newData)
122 std::unique_ptr<BlocksBufferPatch> patch = std::make_unique<BlocksBufferPatch>(patchInfo, oldInfo, newData);
131 const BlockBuffer &oldInfo, UpdatePatchWriterPtr writer)
140 int32_t ret = pkgManager->CreatePkgStream(stream, "", {oldInfo.buffer, oldInfo.length});
162 const BlockBuffer &oldInfo, ImageProcessor writer, const std::string& expected)
186 ret = pkgManager->CreatePkgStream(stream, "", {oldInfo.buffer, oldInfo.length});
263 BlockBuffer oldInfo = {oldData.memory, oldData.length};
264 if (ApplyBlockPatch(patchInfo, oldInfo, writer.get()) != 0) {