Home
last modified time | relevance | path

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

/ohos5.0/base/update/updater/services/ptable_parse/
H A Demmc_ptable.cpp192 …if (!CheckProtectiveMbr(gptImage, imgBlockSize) || !CheckIfValidGpt(gptHeaderStart, imgBlockSize))… in UpdateCommInitializeGptPartition()
245 …if (!CheckProtectiveMbr(buffer, deviceBlockSize) || !CheckIfValidGpt(gptHeaderStart, deviceBlockSi… in ReadEmmcGptImageToRam()
H A Dptable.cpp266 bool Ptable::CheckIfValidGpt(const uint8_t *gptImage, const uint32_t gptImageLen) in CheckIfValidGpt() function in Updater::Ptable
317 if (!CheckIfValidGpt(buffer, bufferLen)) { in GetPartitionGptHeaderInfo()
H A Dptable.h168 bool CheckIfValidGpt(const uint8_t *gptImage, const uint32_t gptImageLen);
H A Dufs_ptable.cpp266 …if (!CheckProtectiveMbr(lunStart, imgBlockSize) || !CheckIfValidGpt(gptHeaderStart, imgBlockSize))… in ParsePartitionFromBuffer()