Searched refs:miscBlockDevice (Results 1 – 1 of 1) sorted by relevance
32 auto miscBlockDevice = GetMiscPartitionPath(); in IsPartitionUpdated() local34 if (!miscBlockDevice.empty()) { in IsPartitionUpdated()35 char *realPath = realpath(miscBlockDevice.c_str(), NULL); in IsPartitionUpdated()74 auto miscBlockDevice = GetMiscPartitionPath(); in RecordPartitionUpdateStatus() local75 if (!miscBlockDevice.empty()) { in RecordPartitionUpdateStatus()76 char *realPath = realpath(miscBlockDevice.c_str(), NULL); in RecordPartitionUpdateStatus()124 auto miscBlockDevice = GetMiscPartitionPath(); in ClearRecordPartitionOffset() local125 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 …]