Searched refs:patchFileName (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/ability/ability_runtime/test/unittest/runtime_test/ |
H A D | js_quickfix_callback_test.cpp | 59 std::string patchFileName; variable 62 bool res = jsQuickfixCallback(baseFileName, patchFileName, &patchBuffer, patchSize); 80 std::string patchFileName; variable 83 bool res = jsQuickfixCallback(baseFileName, patchFileName, &patchBuffer, patchSize); 101 std::string patchFileName; variable 104 bool res = jsQuickfixCallback(baseFileName, patchFileName, &patchBuffer, patchSize); 122 std::string patchFileName; variable 125 bool res = jsQuickfixCallback(baseFileName, patchFileName, &patchBuffer, patchSize);
|
/ohos5.0/base/update/updater/services/diffpatch/diff/ |
H A 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()
|
H A 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);
|
H A D | blocks_diff.h | 53 const std::string &newFileName, const std::string &patchFileName);
|
H A 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()
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/ |
H A D | js_quickfix_callback.cpp | 30 bool JsQuickfixCallback::operator()(std::string baseFileName, std::string &patchFileName, in operator ()() argument 60 auto data = JsRuntime::GetSafeData(resolvedHqfFile, patchFileName); in operator ()() 62 if (patchFileName.empty()) { in operator ()() 70 TAG_LOGD(AAFwkTag::JSRUNTIME, "patchFileName: %{private}s", patchFileName.c_str()); in operator ()()
|
H A D | js_quickfix_callback.h | 33 std::string &patchFileName,
|