Home
last modified time | relevance | path

Searched refs:GetWritePathAndOffset (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/update/updater/services/updater_binary/
H A Dupdate_processor.h73 …int GetWritePathAndOffset(const std::string &partitionName, std::string &writePath, uint64_t &offs…
H A Dupdate_processor.cpp215 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 Dcomponent_processor.cpp154 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 Dcomponent_processor.h137 …int GetWritePathAndOffset(const std::string &partitionName, std::string &writePath, uint64_t &offs…