Home
last modified time | relevance | path

Searched refs:LBA_LENGTH (Results 1 - 4 of 4) sorted by relevance

/base/update/updater/services/ptable_parse/
H A Demmc_ptable.h42 static constexpr uint32_t LBA_LENGTH = 512; member in Updater::EmmcPtable
H A Demmc_ptable.cpp167 newPtnInfo.startAddr = startLba * LBA_LENGTH; in EmmcReadGpt()
171 newPtnInfo.partitionSize = (endLba - startLba + 1) * LBA_LENGTH; in EmmcReadGpt()
190 uint8_t *ptableData = gptImage + PROTECTIVE_MBR_SIZE + LBA_LENGTH; /* skip MBR and gpt header */ in UpdateCommInitializeGptPartition()
H A Dptable.cpp311 if (buffer == nullptr || bufferLen < LBA_LENGTH) { in GetPartitionGptHeaderInfo()
354 if (bufferLen < LBA_LENGTH || lbaNum == 0) { in CheckGptHeader()
355 LOG(ERROR) << "bufferLen < LBA_LENGTH || lbaNum == 0"; in CheckGptHeader()
H A Dptable.h195 static constexpr uint32_t LBA_LENGTH = SECTOR_SIZE; member in Updater::Ptable

Completed in 3 milliseconds