Home
last modified time | relevance | path

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

/ohos5.0/base/update/updater/services/ptable_parse/
H A Dufs_ptable.cpp142 uint32_t partEntryCnt = blockSize / PARTITION_ENTRY_SIZE; in UfsReadGpt() local
147 for (uint32_t i = 0; i < (MAX_PARTITION_NUM / partEntryCnt) && count < MAX_PARTITION_NUM; i++) { in UfsReadGpt()
149 for (uint32_t j = 0; j < partEntryCnt; j++) { in UfsReadGpt()
155 i = MAX_PARTITION_NUM / partEntryCnt; in UfsReadGpt()