Searched refs:ExecuteTransferCommand (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/base/update/updater/services/diffpatch/patch_shared/ |
H A D | patch_shared.cpp | 128 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 D | update_image_block.cpp | 188 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()
|