Searched refs:CheckProtectiveMbr (Results 1 - 4 of 4) sorted by relevance
/base/update/updater/services/ptable_parse/ |
H A D | emmc_ptable.cpp | 192 if (!CheckProtectiveMbr(gptImage, imgBlockSize) || !CheckIfValidGpt(gptHeaderStart, imgBlockSize)) { in UpdateCommInitializeGptPartition() 245 if (!CheckProtectiveMbr(buffer, deviceBlockSize) || !CheckIfValidGpt(gptHeaderStart, deviceBlockSize)) { in ReadEmmcGptImageToRam()
|
H A D | ufs_ptable.cpp | 266 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 D | ptable.h | 167 bool CheckProtectiveMbr(const uint8_t *gptImage, const uint32_t imgLen);
|
H A D | ptable.cpp | 240 bool Ptable::CheckProtectiveMbr(const uint8_t *gptImage, const uint32_t imgLen) in CheckProtectiveMbr() function in Updater::Ptable
|
Completed in 4 milliseconds