Home
last modified time | relevance | path

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

/base/update/updater/services/ptable_parse/
H A Dptable.cpp376 uint32_t partition0 = GET_LLWORD_FROM_BYTE(buffer + PARTITION_ENTRIES_OFFSET); in CheckGptHeader() local
391 if (currentLba != 0x1 || partition0 != 0x2) { in CheckGptHeader()
425 uint32_t partition0 = GET_LLWORD_FROM_BYTE(&buffer[PARTITION_ENTRIES_OFFSET]); in PartitionCheckGptHeader() local
429 uint32_t crcVal = CalculateCrc32(gptImage + partition0 * blockSize, in PartitionCheckGptHeader()
H A Dufs_ptable.cpp143 uint32_t partition0 = GET_LLWORD_FROM_BYTE(gptImage + blockSize + PARTITION_ENTRIES_OFFSET); in UfsReadGpt() local
148 data = gptImage + (partition0 + i) * blockSize; in UfsReadGpt()

Completed in 3 milliseconds