| /base/update/updater/interfaces/kits/diff_patch/ |
| H A D | diff_patch_interface.cpp | 20 int32_t ApplyPatch(const std::string &patchFile, const std::string &oldfile, const std::string &newFile) in ApplyPatch() argument
|
| /arkcompiler/ets_runtime/ecmascript/debugger/ |
| H A D | hot_reload_manager.cpp | 22 void HotReloadManager::NotifyPatchLoaded(const JSPandaFile *baseFile, const JSPandaFile *patchFile) in NotifyPatchLoaded() argument 34 void HotReloadManager::NotifyPatchUnloaded(const JSPandaFile *patchFile) in NotifyPatchUnloaded() argument
|
| /arkcompiler/ets_runtime/ecmascript/debugger/tests/ |
| H A D | hot_reload_manager_test.cpp | 81 auto patchFile = JSPandaFileManager::GetInstance()->FindJSPandaFile(patchFileName.c_str()); in HWTEST_F_L0() local
|
| /base/update/updater/test/unittest/applypatch_test/ |
| H A D | imagepatch_unittest.cpp | 68 std::string patchFile = "/data/updater/applypatch/zip-patch-file"; in TestZipModeImagePatch() local 85 std::string patchFile = "/data/updater/diffpatch/patchtest.img_patch"; in TestNormalModeImagePatch() local
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/tests/ |
| H A D | quick_fix_test.cpp | 221 std::shared_ptr<JSPandaFile> patchFile = pfManager->NewJSPandaFile(patchPF.release(), CString(patchFileName)); in HWTEST_F_L0() local 243 std::shared_ptr<JSPandaFile> patchFile = in HWTEST_F_L0() local 298 std::shared_ptr<JSPandaFile> patchFile = in HWTEST_F_L0() local
|
| /base/update/updater/services/updater_binary/ |
| H A D | update_image_patch.cpp | 138 std::string patchFile = UPDATER_PATH + para.patchFile;
in CreatePatchStream() local
|
| /base/update/updater/test/unittest/diffpatch/ |
| H A D | diffpatch_unittest.cpp | 46 BlockDiffPatchTest(const std::string &oldFile, const std::string &newFile, const std::string &patchFile, const std::string &restoreFile) const BlockDiffPatchTest() argument 62 ImgageDiffPatchFileTest(size_t limit, const std::string &oldFile, const std::string &newFile, const std::string &patchFile, const std::string &restoreFile) const ImgageDiffPatchFileTest() argument 115 ImgageDiffPatchFileTest2(size_t limit, const std::string &oldFile, const std::string &newFile, const std::string &patchFile, const std::string &restoreFile) const ImgageDiffPatchFileTest2() argument 192 BlockDiffPatchTest2(const std::string &oldFile, const std::string &newFile, const std::string &patchFile, const std::string &restoreFile, bool isBuffer) const BlockDiffPatchTest2() argument [all...] |
| /foundation/ability/ability_runtime/test/unittest/runtime_test/ |
| H A D | mock_js_runtime.h | 36 bool LoadRepairPatch(const std::string& patchFile, const std::string& baseFile) in LoadRepairPatch() argument 44 bool UnLoadRepairPatch(const std::string& patchFile) in UnLoadRepairPatch() argument
|
| /arkcompiler/ets_runtime/ecmascript/patch/ |
| H A D | quick_fix_manager.cpp | 61 std::shared_ptr<JSPandaFile> patchFile = JSPandaFileManager::GetInstance()->LoadJSPandaFileSecure( in LoadPatchIfNeeded() local 99 std::shared_ptr<JSPandaFile> patchFile = in LoadPatch() local 139 std::shared_ptr<JSPandaFile> patchFile = JSPandaFileManager::GetInstance()->LoadJSPandaFileSecure( in LoadPatch() local 212 std::shared_ptr<JSPandaFile> patchFile = JSPandaFileManager::GetInstance()->FindJSPandaFile(patchFileName); CheckAndGetPatch() local 241 std::shared_ptr<JSPandaFile> patchFile = pfManager->FindJSPandaFile(ConvertToString(patchFileName)); IsQuickFixCausedException() local [all...] |
| H A D | patch_loader.cpp | 123 std::shared_ptr<JSPandaFile> patchFile = JSPandaFileManager::GetInstance()->FindJSPandaFile(patchFileName); in UnloadPatchInternal() local 20 LoadPatchInternal(JSThread *thread, const JSPandaFile *baseFile, const JSPandaFile *patchFile, PatchInfo &patchInfo, const CMap<uint32_t, CString> &baseClassInfo) LoadPatchInternal() argument 220 std::shared_ptr<JSPandaFile> patchFile = JSPandaFileManager::GetInstance()->FindJSPandaFile(patchFileName); ClearPatchInfo() local 321 FindAndReplaceSameMethod(JSThread *thread, const JSPandaFile *baseFile, const JSPandaFile *patchFile, PatchInfo &patchInfo, const CMap<uint32_t, CString> &baseClassInfo) FindAndReplaceSameMethod() argument 387 FindAndReplaceClassLiteral(JSThread *thread, const JSPandaFile *baseFile, const JSPandaFile *patchFile, JSTaggedValue constpoolValue, PatchInfo &patchInfo, uint32_t constpoolIndex, uint32_t constpoolNum, const CMap<uint32_t, CString> &baseClassInfo) FindAndReplaceClassLiteral() argument 465 GeneratePatchInfo(const JSPandaFile *patchFile) GeneratePatchInfo() argument [all...] |
| /base/update/updater/services/diffpatch/diff/ |
| H A D | image_diff.cpp | 30 static void WriteToFile(std::ofstream &patchFile, DataType data, size_t dataSize)
in WriteToFile() argument 113 int32_t ImageDiff::WriteHeader(std::ofstream &patchFile,
in WriteHeader() argument 179 WritePatch(std::ofstream &patchFile, std::fstream &blockPatchFile) WritePatch() argument 384 WriteHeader(std::ofstream &patchFile, std::fstream &blockPatchFile, size_t &dataOffset, ImageBlock &block) const WriteHeader() argument 475 WriteHeader(std::ofstream &patchFile, std::fstream &blockPatchFile, size_t &dataOffset, ImageBlock &block) const WriteHeader() argument [all...] |
| H A D | blocks_diff.cpp | 116 MakePatch(const BlockBuffer &newInfo, const BlockBuffer &oldInfo, std::fstream &patchFile, size_t &patchSize) MakePatch() argument [all...] |
| /foundation/multimedia/media_library/frameworks/innerkitsimpl/test/fuzztest/medialibraryextension_fuzzer/ |
| H A D | medialibraryextension_fuzzer.cpp | 266 bool LoadRepairPatch(const string& patchFile, const string& baseFile) in LoadRepairPatch() argument 274 bool UnLoadRepairPatch(const string& patchFile) in UnLoadRepairPatch() argument
|
| /third_party/python/Mac/BuildScript/ |
| H A D | build-installer.py | 1388 def patchFile(inPath, outPath): function
|
| /foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_fileext_test/src/ |
| H A D | medialibrary_fileext_test.cpp | 111 bool LoadRepairPatch(const string& patchFile, const string& baseFile) in LoadRepairPatch() argument 119 bool UnLoadRepairPatch(const string& patchFile) in UnLoadRepairPatch() argument
|
| /foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_datamanager_test/src/ |
| H A D | medialibrary_datamanager_test.cpp | 56 bool LoadRepairPatch(const string& patchFile, const string& baseFile) in LoadRepairPatch() argument 64 bool UnLoadRepairPatch(const string& patchFile) in UnLoadRepairPatch() argument
|
| /foundation/ability/ability_runtime/frameworks/native/runtime/ |
| H A D | js_runtime.cpp | 436 std::string patchFile; in LoadRepairPatch() local 496 std::string patchFile = hqfFile + "/" + fileName; in UnLoadRepairPatch() local [all...] |
| /foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_photo_operations_test/src/ |
| H A D | medialibrary_photo_operations_test.cpp | 103 bool LoadRepairPatch(const string& patchFile, const string& baseFile) in LoadRepairPatch() argument 111 bool UnLoadRepairPatch(const string& patchFile) in UnLoadRepairPatch() argument
|
| /foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_audio_operations_test/src/ |
| H A D | medialibrary_audio_operations_test.cpp | 105 bool LoadRepairPatch(const string& patchFile, const string& baseFile) in LoadRepairPatch() argument 113 bool UnLoadRepairPatch(const string& patchFile) in UnLoadRepairPatch() argument
|