Home
last modified time | relevance | path

Searched refs:modifyList (Results 1 - 7 of 7) sorted by relevance

/base/update/updater/services/ptable_parse/
H A Dcomposite_ptable.cpp92 bool CompositePtable::EditPartitionBuf(uint8_t *imageBuf, uint64_t imgBufSize, std::vector<PtnInfo> &modifyList) in EditPartitionBuf() argument
103 if (!iter->EditPartitionBuf(imageBuf, imgBufSize, modifyList)) { in EditPartitionBuf()
H A Dcomposite_ptable.h31 bool EditPartitionBuf(uint8_t *imageBuf, uint64_t imgBufSize, std::vector<PtnInfo> &modifyList) override;
H A Demmc_ptable.h32 bool EditPartitionBuf(uint8_t *imageBuf, uint64_t imgBufSize, std::vector<PtnInfo> &modifyList) override;
H A Demmc_ptable.cpp293 bool EmmcPtable::EditPartitionBuf(uint8_t *imageBuf, uint64_t imgBufSize, std::vector<PtnInfo> &modifyList) in EditPartitionBuf() argument
295 if (imageBuf == nullptr || imgBufSize == 0 || modifyList.empty()) { in EditPartitionBuf()
313 for (auto &t : modifyList) { in EditPartitionBuf()
H A Dufs_ptable.h32 bool EditPartitionBuf(uint8_t *imageBuf, uint64_t imgBufSize, std::vector<PtnInfo> &modifyList) override;
H A Dufs_ptable.cpp491 bool UfsPtable::EditPartitionBuf(uint8_t *imageBuf, uint64_t imgBufSize, std::vector<PtnInfo> &modifyList) in EditPartitionBuf() argument
493 if (imageBuf == nullptr || imgBufSize == 0 || modifyList.empty() || ptableData_.blockSize == 0) { in EditPartitionBuf()
522 for (auto &t : modifyList) { in EditPartitionBuf()
H A Dptable.h64 virtual bool EditPartitionBuf(uint8_t *imageBuf, uint64_t imgBufSize, std::vector<PtnInfo> &modifyList) = 0;

Completed in 4 milliseconds