Home
last modified time | relevance | path

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

/base/update/updater/services/applypatch/
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()
74 auto miscBlockDevice = GetMiscPartitionPath(); in RecordPartitionUpdateStatus() local
75 if (!miscBlockDevice.empty()) { in RecordPartitionUpdateStatus()
76 char *realPath = realpath(miscBlockDevice.c_str(), NULL); in RecordPartitionUpdateStatus()
124 auto miscBlockDevice = GetMiscPartitionPath(); in ClearRecordPartitionOffset() local
125 if (!miscBlockDevice.empty()) { in ClearRecordPartitionOffset()
126 int fd = open(miscBlockDevice.c_str(), O_RDWR | O_EXCL | O_CLOEXEC | O_BINARY); in ClearRecordPartitionOffset()
151 auto miscBlockDevice = GetBlockDeviceByMountPoint(misc); in GetMiscPartitionPath() local
[all …]