Searched refs:modifyList (Results 1 - 7 of 7) sorted by relevance
/base/update/updater/services/ptable_parse/ |
H A D | composite_ptable.cpp | 92 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 D | composite_ptable.h | 31 bool EditPartitionBuf(uint8_t *imageBuf, uint64_t imgBufSize, std::vector<PtnInfo> &modifyList) override;
|
H A D | emmc_ptable.h | 32 bool EditPartitionBuf(uint8_t *imageBuf, uint64_t imgBufSize, std::vector<PtnInfo> &modifyList) override;
|
H A D | emmc_ptable.cpp | 293 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 D | ufs_ptable.h | 32 bool EditPartitionBuf(uint8_t *imageBuf, uint64_t imgBufSize, std::vector<PtnInfo> &modifyList) override;
|
H A D | ufs_ptable.cpp | 491 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 D | ptable.h | 64 virtual bool EditPartitionBuf(uint8_t *imageBuf, uint64_t imgBufSize, std::vector<PtnInfo> &modifyList) = 0;
|
Completed in 4 milliseconds