Searched refs:snapshot_name (Results 1 – 2 of 2) sorted by relevance
106 static std::string GetCowName(const std::string& snapshot_name) { in GetCowName() argument107 return snapshot_name + "-cow"; in GetCowName()110 static std::string GetCowImageDeviceName(const std::string& snapshot_name) { in GetCowImageDeviceName() argument111 return snapshot_name + "-cow-img"; in GetCowImageDeviceName()118 static std::string GetSnapshotExtraDeviceName(const std::string& snapshot_name) { in GetSnapshotExtraDeviceName() argument119 return snapshot_name + "-inner"; in GetSnapshotExtraDeviceName()1313 for (const auto& snapshot_name : snapshots) { in GetSnapshotFlashingStatus() local1314 if (GetMetadataPartitionState(*metadata, snapshot_name) == in GetSnapshotFlashingStatus()1316 out->emplace(snapshot_name, false); in GetSnapshotFlashingStatus()1319 LOG(WARNING) << "Detected re-flashing of partition " << snapshot_name << "."; in GetSnapshotFlashingStatus()[all …]
457 bool MarkSnapshotMergeCompleted(LockedFile* snapshot_lock, const std::string& snapshot_name);506 std::string GetSnapshotDeviceName(const std::string& snapshot_name,