Searched refs:snapshot_name (Results 1 – 2 of 2) sorted by relevance
121 static std::string GetCowName(const std::string& snapshot_name) { in GetCowName() argument122 return snapshot_name + "-cow"; in GetCowName()125 static std::string GetDmUserCowName(const std::string& snapshot_name) { in GetDmUserCowName() argument126 return snapshot_name + "-user-cow"; in GetDmUserCowName()129 static std::string GetCowImageDeviceName(const std::string& snapshot_name) { in GetCowImageDeviceName() argument130 return snapshot_name + "-cow-img"; in GetCowImageDeviceName()1653 for (const auto& snapshot_name : snapshots) { in GetSnapshotFlashingStatus() local1654 if (GetMetadataPartitionState(*metadata, snapshot_name) == in GetSnapshotFlashingStatus()1656 out->emplace(snapshot_name, false); in GetSnapshotFlashingStatus()1659 LOG(WARNING) << "Detected re-flashing of partition " << snapshot_name << "."; in GetSnapshotFlashingStatus()[all …]
564 bool MarkSnapshotMergeCompleted(LockedFile* snapshot_lock, const std::string& snapshot_name);681 bool UnmapDmUserDevice(const std::string& snapshot_name);