Home
last modified time | relevance | path

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

/ohos5.0/base/update/updater/services/include/applypatch/
H A Dpartition_record.h37 constexpr off_t PARTITION_UPDATER_RECORD_SIZE = MISC_PARTITION_RECORD_SIZE; variable
39 constexpr off_t PARTITION_UPDATER_RECORD_MSG_SIZE = PARTITION_UPDATER_RECORD_SIZE - PARTITION_RECOR…
/ohos5.0/base/update/updater/services/applypatch/
H A Dpartition_record.cpp134 … if (offset_ + static_cast<off_t>(sizeof(PartitionRecordInfo)) < PARTITION_UPDATER_RECORD_SIZE) { in RecordPartitionUpdateStatus()