Searched defs:gptImage (Results 1 – 3 of 3) sorted by relevance
| /base/update/updater/services/ptable_parse/ |
| D | emmc_ptable.cpp | 123 bool EmmcPtable::ParseGptHeaderByEmmc(uint8_t *gptImage, const uint32_t len) in ParseGptHeaderByEmmc() 180 bool EmmcPtable::UpdateCommInitializeGptPartition(uint8_t *gptImage, const uint32_t len) in UpdateCommInitializeGptPartition() 299 uint8_t *gptImage = imageBuf; in EditPartitionBuf() local
|
| D | ufs_ptable.cpp | 125 bool UfsPtable::ParseGptHeaderByUfsLun(const uint8_t *gptImage, const uint32_t len, in ParseGptHeaderByUfsLun() 144 bool UfsPtable::UfsReadGpt(const uint8_t *gptImage, const uint32_t len, in UfsReadGpt() 168 void UfsPtable::UfsReadGptEntry(const uint8_t *gptImage, const uint32_t lun, in UfsReadGptEntry() 692 bool UfsPtable::EditABPartition(uint8_t *gptImage, const uint32_t blockSize, const int sourceSlot) in EditABPartition()
|
| D | ptable.cpp | 268 bool Ptable::CheckProtectiveMbr(const uint8_t *gptImage, const uint32_t imgLen) in CheckProtectiveMbr() 294 bool Ptable::CheckIfValidGpt(const uint8_t *gptImage, const uint32_t gptImageLen) in CheckIfValidGpt() 427 bool Ptable::PartitionCheckGptHeader(const uint8_t *gptImage, const uint32_t len, const uint64_t lb… in PartitionCheckGptHeader()
|