Home
last modified time | relevance | path

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

/base/update/updater/services/ptable_parse/
H A Dptable.cpp536 uint64_t lastPtnLastLBA) in AdjustGpt()
551 if (lastPtnLastLBA < firstLBA) { in AdjustGpt()
557 PUT_LONG_LONG(ptnInfoBuf + LAST_LBA_OFFSET, lastPtnLastLBA); in AdjustGpt()
575 uint64_t lastPtnLastLBA = gptInfo.devDensity / gptInfo.devBlockSize - 1; in ChangeGpt() local
586 if (!AdjustGpt(ptnInfoBuf, gptSize - readSize, dispName, preLastLBA, lastPtnLastLBA)) { in ChangeGpt()
598 if ((dispName == LAST_PATITION_NAME) && (lastLBA != lastPtnLastLBA)) { in ChangeGpt()
535 AdjustGpt(uint8_t *ptnInfoBuf, uint64_t bufSize, const std::string &ptnName, uint64_t preLastLBA, uint64_t lastPtnLastLBA) AdjustGpt() argument
H A Dptable.h182 uint64_t lastPtnLastLBA);

Completed in 7 milliseconds