Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/
Dsnapshot.cpp106 static std::string GetCowName(const std::string& snapshot_name) { in GetCowName() argument
107 return snapshot_name + "-cow"; in GetCowName()
110 static std::string GetCowImageDeviceName(const std::string& snapshot_name) { in GetCowImageDeviceName() argument
111 return snapshot_name + "-cow-img"; in GetCowImageDeviceName()
118 static std::string GetSnapshotExtraDeviceName(const std::string& snapshot_name) { in GetSnapshotExtraDeviceName() argument
119 return snapshot_name + "-inner"; in GetSnapshotExtraDeviceName()
1313 for (const auto& snapshot_name : snapshots) { in GetSnapshotFlashingStatus() local
1314 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 …]
/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dsnapshot.h457 bool MarkSnapshotMergeCompleted(LockedFile* snapshot_lock, const std::string& snapshot_name);
506 std::string GetSnapshotDeviceName(const std::string& snapshot_name,