Searched refs:GetWritePathAndOffset (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/update/updater/services/updater_binary/ |
H A D | update_processor.h | 73 …int GetWritePathAndOffset(const std::string &partitionName, std::string &writePath, uint64_t &offs…
|
H A D | update_processor.cpp | 215 if (GetWritePathAndOffset(partitionName, writePath, offset, partitionSize) != USCRIPT_SUCCESS) { in Execute() 436 int UScriptInstructionRawImageWrite::GetWritePathAndOffset(const std::string &partitionName, std::s… in GetWritePathAndOffset() function in Updater::UScriptInstructionRawImageWrite
|
/ohos5.0/base/update/updater/services/flow_update/update_bin/ |
H A D | component_processor.cpp | 154 if (GetWritePathAndOffset(partitionName, writePath, offset, partitionSize) != USCRIPT_SUCCESS) { in PreProcess() 227 int RawImgProcessor::GetWritePathAndOffset(const std::string &partitionName, std::string &writePath, in GetWritePathAndOffset() function in Updater::RawImgProcessor
|
H A D | component_processor.h | 137 …int GetWritePathAndOffset(const std::string &partitionName, std::string &writePath, uint64_t &offs…
|