Home
last modified time | relevance | path

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

/ohos5.0/base/update/updater/services/ptable_parse/
H A Demmc_ptable.cpp47 uint64_t devBlockSize = EMMC_BLOCK_SIZE; in EmmcPatchGptHeader()
126 uint32_t blockSize = EMMC_BLOCK_SIZE; in ParseGptHeaderByEmmc()
187 uint32_t deviceBlockSize = EMMC_BLOCK_SIZE; in UpdateCommInitializeGptPartition()
231 uint32_t deviceBlockSize = EMMC_BLOCK_SIZE; in ReadEmmcGptImageToRam()
294 uint32_t imgBlockSize = EMMC_BLOCK_SIZE; in EditPartitionBuf()
298 uint64_t gptHeaderLen = EMMC_BLOCK_SIZE; in EditPartitionBuf()
305 uint32_t devBlockSize = EMMC_BLOCK_SIZE; in EditPartitionBuf()
H A Demmc_ptable.h46 static constexpr uint32_t EMMC_BLOCK_SIZE = 512; variable