Searched refs:patchFileName (Results 1 – 4 of 4) sorted by relevance
| /base/update/updater/services/diffpatch/diff/ |
| D | update_diff.cpp | 137 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()
|
| D | update_diff.h | 57 …(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);
|
| D | blocks_diff.h | 53 const std::string &newFileName, const std::string &patchFileName);
|
| D | blocks_diff.cpp | 63 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()
|