Home
last modified time | relevance | path

Searched defs:patchFile (Results 1 - 19 of 19) sorted by relevance

/base/update/updater/interfaces/kits/diff_patch/
H A Ddiff_patch_interface.cpp20 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 Dhot_reload_manager.cpp22 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 Dhot_reload_manager_test.cpp81 auto patchFile = JSPandaFileManager::GetInstance()->FindJSPandaFile(patchFileName.c_str()); in HWTEST_F_L0() local
/base/update/updater/test/unittest/applypatch_test/
H A Dimagepatch_unittest.cpp68 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 Dquick_fix_test.cpp221 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 Dupdate_image_patch.cpp138 std::string patchFile = UPDATER_PATH + para.patchFile; in CreatePatchStream() local
/base/update/updater/test/unittest/diffpatch/
H A Ddiffpatch_unittest.cpp46 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 Dmock_js_runtime.h36 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 Dquick_fix_manager.cpp61 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 Dpatch_loader.cpp123 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 Dimage_diff.cpp30 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 Dblocks_diff.cpp116 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 Dmedialibraryextension_fuzzer.cpp266 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 Dbuild-installer.py1388 def patchFile(inPath, outPath): function
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_fileext_test/src/
H A Dmedialibrary_fileext_test.cpp111 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 Dmedialibrary_datamanager_test.cpp56 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 Djs_runtime.cpp436 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 Dmedialibrary_photo_operations_test.cpp103 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 Dmedialibrary_audio_operations_test.cpp105 bool LoadRepairPatch(const string& patchFile, const string& baseFile) in LoadRepairPatch() argument
113 bool UnLoadRepairPatch(const string& patchFile) in UnLoadRepairPatch() argument

Completed in 25 milliseconds