Searched refs:CheckIfValidGpt (Results 1 – 4 of 4) sorted by relevance
192 …if (!CheckProtectiveMbr(gptImage, imgBlockSize) || !CheckIfValidGpt(gptHeaderStart, imgBlockSize))… in UpdateCommInitializeGptPartition()245 …if (!CheckProtectiveMbr(buffer, deviceBlockSize) || !CheckIfValidGpt(gptHeaderStart, deviceBlockSi… in ReadEmmcGptImageToRam()
266 bool Ptable::CheckIfValidGpt(const uint8_t *gptImage, const uint32_t gptImageLen) in CheckIfValidGpt() function in Updater::Ptable317 if (!CheckIfValidGpt(buffer, bufferLen)) { in GetPartitionGptHeaderInfo()
168 bool CheckIfValidGpt(const uint8_t *gptImage, const uint32_t gptImageLen);
266 …if (!CheckProtectiveMbr(lunStart, imgBlockSize) || !CheckIfValidGpt(gptHeaderStart, imgBlockSize))… in ParsePartitionFromBuffer()