Home
last modified time | relevance | path

Searched defs:gptSize (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/update/updater/services/ptable_parse/
H A Demmc_ptable.cpp299 … uint64_t gptSize = static_cast<uint64_t>(maxPtnCnt) * ptnEntrySize + imgBlockSize + gptHeaderLen; in EditPartitionBuf() local
H A Dufs_ptable.cpp503 uint32_t gptSize = ptableData_.imgLuSize; in EditPartitionBuf() local
H A Dptable.cpp562 bool Ptable::ChangeGpt(uint8_t *gptBuf, uint64_t gptSize, GptParseInfo gptInfo, PtnInfo &modifyInfo) in ChangeGpt()