Home
last modified time | relevance | path

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

/ohos5.0/base/update/updater/services/ptable_parse/
H A Dptable.cpp274 uint64_t gptMagic = GET_LLWORD_FROM_BYTE(gptImage); in CheckIfValidGpt() local
275 if (gptMagic != EFI_MAGIC_NUMBER) { in CheckIfValidGpt()
276 LOG(ERROR) << "invaild partiton with gptMagic:0x" << std::hex << gptMagic << std::dec; in CheckIfValidGpt()