Home
last modified time | relevance | path

Searched defs:patch (Results 1 - 4 of 4) sorted by relevance

/base/update/updater/services/diffpatch/
H A Ddiff_main.cpp22 std::string patch; member
/base/update/updater/services/include/patch/
H A Dupdate_patch.h27 uint8_t* patch; member
/base/update/updater/test/fuzztest/UpdaterStartUpdaterProc_fuzzer/
H A DUpdaterStartUpdaterProc_fuzzer.cpp159 static int StartUpdaterProcFun(const std::string &patch) in StartUpdaterProcFun() argument
/base/update/updater/services/diffpatch/patch/
H A Dupdate_patch.cpp122 std::unique_ptr<BlocksBufferPatch> patch = std::make_unique<BlocksBufferPatch>(patchInfo, oldInfo, newData); ApplyBlockPatch() local
148 std::unique_ptr<BlocksStreamPatch> patch = std::make_unique<BlocksStreamPatch>(patchInfo, stream, writer); ApplyBlockPatch() local
194 std::unique_ptr<BlocksStreamPatch> patch = std::make_unique<BlocksStreamPatch>(patchInfo, ApplyBlockPatch() local
215 std::unique_ptr<BlocksStreamPatch> patch = std::make_unique<BlocksStreamPatch>(patchInfo, stream, writer); ApplyBlockPatch() local
[all...]

Completed in 2 milliseconds