Home
last modified time | relevance | path

Searched refs:patchFileName (Results 1 – 4 of 4) sorted by relevance

/base/update/updater/services/diffpatch/diff/
Dupdate_diff.cpp137 const std::string &newFileName, const std::string &patchFileName) in MakePatch() argument
140 return BlocksDiff::MakePatch(oldFileName, newFileName, patchFileName); in MakePatch()
162 return imageDiff->MakePatch(patchFileName); in MakePatch()
183 return imageDiff->MakePatch(patchFileName); in MakePatch()
187 const std::string &newFileName, const std::string &patchFileName) in DiffImage() argument
194 return updateDiff->MakePatch(oldFileName, newFileName, patchFileName); in DiffImage()
198 const std::string &newFileName, const std::string &patchFileName) in DiffBlock() argument
205 return updateDiff->MakePatch(oldFileName, newFileName, patchFileName); in DiffBlock()
Dupdate_diff.h57 …(const std::string &oldFileName, const std::string &newFileName, const std::string &patchFileName);
60 const std::string &newFileName, const std::string &patchFileName);
63 const std::string &newFileName, const std::string &patchFileName);
Dblocks_diff.h53 const std::string &newFileName, const std::string &patchFileName);
Dblocks_diff.cpp63 const std::string &patchFileName) in MakePatch() argument
65 PATCH_LOGI("BlocksDiff::MakePatch %s ", patchFileName.c_str()); in MakePatch()
66 std::fstream patchFile(patchFileName, std::ios::out | std::ios::trunc | std::ios::binary); in MakePatch()