Home
last modified time | relevance | path

Searched refs:CheckProtectiveMbr (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 Dufs_ptable.cpp266 …if (!CheckProtectiveMbr(lunStart, imgBlockSize) || !CheckIfValidGpt(gptHeaderStart, imgBlockSize))… in ParsePartitionFromBuffer()
318 bool result = CheckProtectiveMbr(buffer, blockSize); in ReadAndCheckMbr()
563 bool isGptExist = CheckProtectiveMbr(imageBuf + curImgOffset + imgOffset, imgBlockSize); in GetPtableImageBuffer()
H A Dptable.h167 bool CheckProtectiveMbr(const uint8_t *gptImage, const uint32_t imgLen);
H A Dptable.cpp240 bool Ptable::CheckProtectiveMbr(const uint8_t *gptImage, const uint32_t imgLen) in CheckProtectiveMbr() function in Updater::Ptable