Home
last modified time | relevance | path

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

/ohos5.0/base/update/updater/services/ptable_parse/
H A Demmc_ptable.h44 static constexpr uint32_t PROTECTIVE_MBR_SIZE = 512; variable
H A Demmc_ptable.cpp190 uint8_t *ptableData = gptImage + PROTECTIVE_MBR_SIZE + LBA_LENGTH; /* skip MBR and gpt header */ in UpdateCommInitializeGptPartition()