Home
last modified time | relevance | path

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

/ohos5.0/base/update/updater/services/applypatch/
H A Dpartition_record.cpp33 uint8_t buffer[PARTITION_UPDATER_RECORD_MSG_SIZE]; in IsPartitionUpdated()
51 … if (read(fd, buffer, PARTITION_UPDATER_RECORD_MSG_SIZE) != PARTITION_UPDATER_RECORD_MSG_SIZE) { in IsPartitionUpdated()
56 …for (uint8_t *p = buffer; p < buffer + PARTITION_UPDATER_RECORD_MSG_SIZE; p += sizeof(PartitionRec… in IsPartitionUpdated()
/ohos5.0/base/update/updater/services/include/applypatch/
H A Dpartition_record.h39 constexpr off_t PARTITION_UPDATER_RECORD_MSG_SIZE = PARTITION_UPDATER_RECORD_SIZE - PARTITION_RECOR… variable
/ohos5.0/base/update/updater/services/
H A Dupdater_utils.cpp151 for (size_t tmpOffset = 0; tmpOffset < PARTITION_UPDATER_RECORD_MSG_SIZE; tmpOffset += in ClearMisc()