Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/
Dsnapshot.cpp137 static std::string GetSourceDeviceName(const std::string& partition_name) { in GetSourceDeviceName() function
573 .device_name = GetSourceDeviceName(name), in MapSourceDevice()
1413 if (!DeleteDeviceIfExists(GetSourceDeviceName(name), 4000ms)) { in CollapseSnapshotDevice()
1414 LOG(ERROR) << "Unable to delete source device for snapshot: " << GetSourceDeviceName(name); in CollapseSnapshotDevice()
1517 if (!dm.GetDmDevicePathByName(GetSourceDeviceName(snapshot), &source_device)) { in PerformInitTransition()
1518 LOG(ERROR) << "Could not get device path for " << GetSourceDeviceName(snapshot); in PerformInitTransition()
2100 auto source_device = GetSourceDeviceName(params.GetPartitionName()); in MapPartitionWithSnapshot()
2169 auto source_name = GetSourceDeviceName(target_partition_name); in UnmapPartitionWithSnapshot()