Home
last modified time | relevance | path

Searched refs:GetPartitionGptHeaderInfo (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/update/updater/services/ptable_parse/
H A Dptable.h170 …bool GetPartitionGptHeaderInfo(const uint8_t *buffer, const uint32_t bufferLen, GPTHeaderInfo& gpt…
H A Demmc_ptable.cpp128 if (!GetPartitionGptHeaderInfo(gptImage + blockSize, blockSize, gptHeaderInfo)) { in ParseGptHeaderByEmmc()
H A Dptable.cpp309 bool Ptable::GetPartitionGptHeaderInfo(const uint8_t *buffer, const uint32_t bufferLen, GPTHeaderIn… in GetPartitionGptHeaderInfo() function in Updater::Ptable
H A Dufs_ptable.cpp107 if (!GetPartitionGptHeaderInfo(gptImage + blockSize, blockSize, gptHeaderInfo)) { in ParseGptHeaderByUfsLun()