Home
last modified time | relevance | path

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

/ohos5.0/base/update/updater/test/unittest/applypatch_test/
H A Dpartition_update_record_unittest.cpp48 PartitionRecord::GetInstance().ClearRecordPartitionOffset(); in SetUp()
53 PartitionRecord::GetInstance().ClearRecordPartitionOffset(); in TearDown()
/ohos5.0/base/update/updater/services/include/applypatch/
H A Dpartition_record.h60 bool ClearRecordPartitionOffset();
/ohos5.0/base/update/updater/services/applypatch/
H A Dpartition_record.cpp152 bool PartitionRecord::ClearRecordPartitionOffset() in ClearRecordPartitionOffset() function in Updater::PartitionRecord
/ohos5.0/base/update/updater/services/
H A Dupdater_main.cpp280 if (!PartitionRecord::GetInstance().ClearRecordPartitionOffset()) { in InstallUpdaterPackage()