Home
last modified time | relevance | path

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

/ohos5.0/base/update/updater/services/applypatch/
H A Dpartition_record.cpp46 if (lseek(fd, PARTITION_RECORD_START, SEEK_CUR) < 0) { in IsPartitionUpdated()
84 if (lseek(fd, PARTITION_RECORD_START + offset_, SEEK_SET) < 0) { in RecordPartitionSetOffset()
/ohos5.0/base/update/updater/services/include/applypatch/
H A Dpartition_record.h40 constexpr off_t PARTITION_RECORD_START = MISC_PARTITION_RECORD_OFFSET + PARTITION_RECORD_OFFSET_SIZ… variable
/ohos5.0/base/update/updater/services/
H A Dupdater_utils.cpp153 if (fseek(fp.get(), PARTITION_RECORD_START + tmpOffset, SEEK_SET) != 0) { in ClearMisc()