Home
last modified time | relevance | path

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

/base/update/updater/services/ptable_parse/
H A Dptable.cpp535 bool Ptable::AdjustGpt(uint8_t *ptnInfoBuf, uint64_t bufSize, const std::string &ptnName, uint64_t preLastLBA, in AdjustGpt() argument
545 lastLBA = lastLBA - firstLBA + preLastLBA + 1; in AdjustGpt()
546 firstLBA = preLastLBA + 1; in AdjustGpt()
550 uint64_t firstLBA = preLastLBA + 1; in AdjustGpt()
574 uint64_t preLastLBA = 0; in ChangeGpt() local
586 if (!AdjustGpt(ptnInfoBuf, gptSize - readSize, dispName, preLastLBA, lastPtnLastLBA)) { in ChangeGpt()
589 preLastLBA = GET_LLWORD_FROM_BYTE(&ptnInfoBuf[LAST_LBA_OFFSET]); in ChangeGpt()
604 preLastLBA = lastLBA; in ChangeGpt()
H A Dptable.h181 bool AdjustGpt(uint8_t *ptnInfoBuf, uint64_t bufSize, const std::string &ptnName, uint64_t preLastLBA,

Completed in 2 milliseconds