Home
last modified time | relevance | path

Searched refs:ptnEntrySize (Results 1 - 2 of 2) sorted by relevance

/base/update/updater/services/ptable_parse/
H A Dptable.cpp570 uint32_t ptnEntrySize = GET_LLWORD_FROM_BYTE(&gptHead[PENTRY_SIZE_OFFSET]); in ChangeGpt() local
590 ptnInfoBuf += ptnEntrySize; in ChangeGpt()
591 readSize += static_cast<uint64_t>(ptnEntrySize); in ChangeGpt()
606 ptnInfoBuf += ptnEntrySize; in ChangeGpt()
607 readSize += static_cast<uint64_t>(ptnEntrySize); in ChangeGpt()
H A Demmc_ptable.cpp303 uint32_t ptnEntrySize = GET_LWORD_FROM_BYTE(&gptHeader[PENTRY_SIZE_OFFSET]); in EditPartitionBuf() local
305 uint64_t gptSize = static_cast<uint64_t>(maxPtnCnt) * ptnEntrySize + imgBlockSize + gptHeaderLen; in EditPartitionBuf()

Completed in 3 milliseconds