Home
last modified time | relevance | path

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

/ohos5.0/base/update/updater/services/ptable_parse/
H A Demmc_ptable.cpp298 uint64_t gptHeaderLen = EMMC_BLOCK_SIZE; in EditPartitionBuf() local
299 … uint64_t gptSize = static_cast<uint64_t>(maxPtnCnt) * ptnEntrySize + imgBlockSize + gptHeaderLen; in EditPartitionBuf()
H A Dptable.h152 uint32_t gptHeaderLen {};
H A Dptable.cpp85 {GPT_HEADER_LEN_LABEL, &ptableData_.gptHeaderLen}, in ParsePtableDataNode()
H A Dufs_ptable.cpp486 ptableData_.lbaLen + ptableData_.gptHeaderLen; in GetPtableImageUfsLunEntryStart()