Searched refs:GetWritePathAndOffset (Results 1 - 4 of 4) sorted by relevance
/base/update/updater/services/updater_binary/ |
H A D | update_processor.h | 73 int GetWritePathAndOffset(const std::string &partitionName, std::string &writePath, uint64_t &offset,
|
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::string &writePath, in GetWritePathAndOffset() function in Updater::UScriptInstructionRawImageWrite
|
/base/update/updater/services/flow_update/update_bin/ |
H A D | component_processor.h | 137 int GetWritePathAndOffset(const std::string &partitionName, std::string &writePath, uint64_t &offset,
|
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
|
Completed in 3 milliseconds