Searched refs:PatchMapFile (Results 1 - 8 of 8) sorted by relevance
/base/update/updater/test/unittest/diffpatch/ |
H A D | diffpatch_unittest.cpp | 41 int32_t ret = PatchMapFile(fileName, data); in GeneraterHash() 86 int32_t ret = PatchMapFile(patchName, patchData); in TestApplyPatch() 91 ret = PatchMapFile(oldName, oldData); in TestApplyPatch() 149 int32_t ret = PatchMapFile(patchName, patchData); in TestApplyBlockPatch() 154 ret = PatchMapFile(oldName, oldData); in TestApplyBlockPatch() 426 EXPECT_EQ(-1, UpdatePatch::PatchMapFile(filePath, data)); in HWTEST_F()
|
H A D | bzip2_unittest.cpp | 77 int32_t ret = PatchMapFile(fileName, data); in BZip2AdapterBufferTest() 131 int32_t ret = PatchMapFile(fileName, data); in BZip2AdapterAddMoreTest() 221 if (PatchMapFile(TEST_PATH_FROM + fileName, memInfo) != 0) { in DeflateAdapterTest()
|
/base/update/updater/services/diffpatch/ |
H A D | diffpatch.h | 168 int32_t PatchMapFile(const std::string &fileName, MemMapInfo &info);
|
H A D | diffpatch.cpp | 42 int32_t PatchMapFile(const std::string &fileName, MemMapInfo &info)
in PatchMapFile() function
|
/base/update/updater/services/updater_binary/ |
H A D | update_image_patch.cpp | 83 if (PatchMapFile(file, mapBuffer) != UpdatePatch::PATCH_SUCCESS) {
in GetFileHash() 84 LOG(ERROR) << "PatchMapFile error";
in GetFileHash() 199 ret = UpdatePatch::PatchMapFile(srcFile, srcData);
in ExecuteImagePatch() 265 if (PatchMapFile(para.devPath, mapBuffer) != UpdatePatch::PATCH_SUCCESS) {
in CheckHash() 266 LOG(ERROR) << "PatchMapFile error";
in CheckHash()
|
/base/update/updater/services/diffpatch/diff/ |
H A D | update_diff.cpp | 62 int32_t ret = PatchMapFile(packageName, memMap_);
in Parse()
|
H A D | blocks_diff.cpp | 74 int32_t ret = PatchMapFile(oldFileName, oldBuffer);
in MakePatch() 75 int32_t ret1 = PatchMapFile(newFileName, newBuffer);
in MakePatch()
|
/base/update/updater/services/diffpatch/patch/ |
H A D | update_patch.cpp | 230 if (PatchMapFile(patchName, patchData) != 0) {
in ApplyPatch() 234 if (PatchMapFile(oldName, oldData) != 0) {
in ApplyPatch()
|
Completed in 6 milliseconds