Searched defs:gptImage (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/base/update/updater/services/ptable_parse/ |
H A 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() 293 uint8_t *gptImage = imageBuf; in EditPartitionBuf() local
|
H A D | ptable.cpp | 240 bool Ptable::CheckProtectiveMbr(const uint8_t *gptImage, const uint32_t imgLen) in CheckProtectiveMbr() 266 bool Ptable::CheckIfValidGpt(const uint8_t *gptImage, const uint32_t gptImageLen) in CheckIfValidGpt() 399 bool Ptable::PartitionCheckGptHeader(const uint8_t *gptImage, const uint32_t len, const uint64_t lb… in PartitionCheckGptHeader()
|
H A D | ufs_ptable.cpp | 102 bool UfsPtable::ParseGptHeaderByUfsLun(const uint8_t *gptImage, const uint32_t len, in ParseGptHeaderByUfsLun() 121 bool UfsPtable::UfsReadGpt(const uint8_t *gptImage, const uint32_t len, in UfsReadGpt()
|