Home
last modified time | relevance | path

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

/ohos5.0/base/update/updater/services/applypatch/
H A Dpartition_record.cpp32 auto miscBlockDevice = GetMiscPartitionPath(); in IsPartitionUpdated() local
34 if (!miscBlockDevice.empty()) { in IsPartitionUpdated()
35 char *realPath = realpath(miscBlockDevice.c_str(), NULL); in IsPartitionUpdated()
117 auto miscBlockDevice = GetMiscPartitionPath(); in RecordPartitionUpdateStatus() local
118 if (!miscBlockDevice.empty()) { in RecordPartitionUpdateStatus()
119 char *realPath = realpath(miscBlockDevice.c_str(), NULL); in RecordPartitionUpdateStatus()
154 auto miscBlockDevice = GetMiscPartitionPath(); in ClearRecordPartitionOffset() local
155 if (!miscBlockDevice.empty()) { in ClearRecordPartitionOffset()
181 auto miscBlockDevice = GetBlockDeviceByMountPoint(misc); in GetMiscPartitionPath() local
182 if (miscBlockDevice.empty()) { in GetMiscPartitionPath()
[all …]