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()117 auto miscBlockDevice = GetMiscPartitionPath(); in RecordPartitionUpdateStatus() local118 if (!miscBlockDevice.empty()) { in RecordPartitionUpdateStatus()119 char *realPath = realpath(miscBlockDevice.c_str(), NULL); in RecordPartitionUpdateStatus()154 auto miscBlockDevice = GetMiscPartitionPath(); in ClearRecordPartitionOffset() local155 if (!miscBlockDevice.empty()) { in ClearRecordPartitionOffset()181 auto miscBlockDevice = GetBlockDeviceByMountPoint(misc); in GetMiscPartitionPath() local182 if (miscBlockDevice.empty()) { in GetMiscPartitionPath()[all …]