Home
last modified time | relevance | path

Searched refs:GetDeviceBlockSize (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/update/updater/services/ptable_parse/
H A Dufs_ptable.cpp67 uint32_t UfsPtable::GetDeviceBlockSize(void) in GetDeviceBlockSize() function in Updater::UfsPtable
111 uint32_t deviceBlockSize = GetDeviceBlockSize(); in ParseGptHeaderByUfsLun()
162 newPtnInfo.startAddr = firstLba * static_cast<uint64_t>(GetDeviceBlockSize()); in UfsReadGpt()
165 … newPtnInfo.partitionSize = (lastLba - firstLba + 1) * static_cast<uint64_t>(GetDeviceBlockSize()); in UfsReadGpt()
182 uint32_t deviceBlockSize = GetDeviceBlockSize(); in UfsPatchGptHeader()
251 uint32_t deviceBlockSize = GetDeviceBlockSize(); in ParsePartitionFromBuffer()
365 int32_t result = UfsReadGpt(buffer, imgLen, lunIndex, GetDeviceBlockSize()); in LoadPartitionInfoFromLun()
374 if (ReadAndCheckMbr(lunIndex, GetDeviceBlockSize())) { in LoadAllLunPartitions()
434 uint32_t deviceBlockSize = GetDeviceBlockSize(); in WriteBackupPartitionTable()
505 uint32_t deviceBlockSize = GetDeviceBlockSize(); // 4096 or 512 in EditPartitionBuf()
[all …]
H A Dufs_ptable.h59 virtual uint32_t GetDeviceBlockSize(void);