Home
last modified time | relevance | path

Searched refs:GetUpdateBlockInfo (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/update/updater/services/diffpatch/patch_shared/
H A Dpatch_shared.cpp66 static int GetUpdateBlockInfo(UpdateBlockInfo &infos, const std::string &packagePath, in GetUpdateBlockInfo() function
390 if (GetUpdateBlockInfo(infos, packagePath, srcImage, targetPath) != 0) { in RestoreOriginalFile()
/ohos5.0/base/update/updater/services/updater_binary/
H A Dupdate_image_block.cpp144 static int32_t GetUpdateBlockInfo(struct UpdateBlockInfo &infos, Uscript::UScriptEnv &env, in GetUpdateBlockInfo() function
338 if (GetUpdateBlockInfo(infos, env, context) != USCRIPT_SUCCESS) { in ExecuteUpdateBlock()