Home
last modified time | relevance | path

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

/ohos5.0/base/update/updater/services/diffpatch/patch_shared/
H A Dpatch_shared.cpp128 static int32_t ExecuteTransferCommand(int fd, const std::vector<std::string> &lines, in ExecuteTransferCommand() function
175 int32_t ret = ExecuteTransferCommand(fd, lines, tm, infos.partitionName, targetPath); in DoExecuteUpdateBlock()
/ohos5.0/base/update/updater/services/updater_binary/
H A Dupdate_image_block.cpp188 static int32_t ExecuteTransferCommand(int fd, const std::vector<std::string> &lines, TransferManage… in ExecuteTransferCommand() function
293 int32_t ret = ExecuteTransferCommand(fd, lines, tm, context, infos); in DoExecuteUpdateBlock()