Searched defs:patch (Results 1 – 4 of 4) sorted by relevance
98 …std::unique_ptr<BlocksBufferPatch> patch = std::make_unique<BlocksBufferPatch>(patchInfo, oldInfo,… in ApplyBlockPatch() local123 …std::unique_ptr<BlocksStreamPatch> patch = std::make_unique<BlocksStreamPatch>(patchInfo, stream, … in ApplyBlockPatch() local166 std::unique_ptr<BlocksStreamPatch> patch = std::make_unique<BlocksStreamPatch>(patchInfo, in ApplyBlockPatch() local185 …std::unique_ptr<BlocksStreamPatch> patch = std::make_unique<BlocksStreamPatch>(patchInfo, stream, … in ApplyBlockPatch() local
22 std::string patch; member
27 uint8_t* patch; member
144 static int StartUpdaterProcFun(const std::string &patch) in StartUpdaterProcFun()