Home
last modified time | relevance | path

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

/ohos5.0/base/update/updater/services/include/applypatch/
H A Dpartition_record.h32 constexpr int MAX_PARTITION_NUM = 8; variable
/ohos5.0/base/update/updater/test/unittest/applypatch_test/
H A Dpartition_update_record_unittest.cpp90 for (int i = 0; i < MAX_PARTITION_NUM; i++) {
/ohos5.0/base/update/updater/services/ptable_parse/
H A Dufs_ptable.cpp147 for (uint32_t i = 0; i < (MAX_PARTITION_NUM / partEntryCnt) && count < MAX_PARTITION_NUM; i++) { in UfsReadGpt()
155 i = MAX_PARTITION_NUM / partEntryCnt; in UfsReadGpt()
H A Dptable.h75 static constexpr uint32_t MAX_PARTITION_NUM = 128; variable
H A Demmc_ptable.cpp150 for (uint32_t i = 0; i < MAX_PARTITION_NUM; i++) { in EmmcReadGpt()