Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/
Dsnapshot.cpp121 static std::string GetCowName(const std::string& snapshot_name) { in GetCowName() argument
122 return snapshot_name + "-cow"; in GetCowName()
125 static std::string GetDmUserCowName(const std::string& snapshot_name) { in GetDmUserCowName() argument
126 return snapshot_name + "-user-cow"; in GetDmUserCowName()
129 static std::string GetCowImageDeviceName(const std::string& snapshot_name) { in GetCowImageDeviceName() argument
130 return snapshot_name + "-cow-img"; in GetCowImageDeviceName()
1653 for (const auto& snapshot_name : snapshots) { in GetSnapshotFlashingStatus() local
1654 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 …]
/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dsnapshot.h564 bool MarkSnapshotMergeCompleted(LockedFile* snapshot_lock, const std::string& snapshot_name);
681 bool UnmapDmUserDevice(const std::string& snapshot_name);