Home
last modified time | relevance | path

Searched refs:PartitionCheckGptHeader (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/update/updater/services/ptable_parse/
H A Dptable.h172 bool PartitionCheckGptHeader(const uint8_t *gptImage, const uint32_t len, const uint64_t lbaNum,
H A Demmc_ptable.cpp138 return PartitionCheckGptHeader(gptImage, len, lbaNum, blockSize, gptHeaderInfo); in ParseGptHeaderByEmmc()
H A Dptable.cpp399 bool Ptable::PartitionCheckGptHeader(const uint8_t *gptImage, const uint32_t len, const uint64_t lb… in PartitionCheckGptHeader() function in Updater::Ptable
H A Dufs_ptable.cpp118 return PartitionCheckGptHeader(gptImage, len, lunLbaNum, blockSize, gptHeaderInfo); in ParseGptHeaderByUfsLun()