Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/
Dsnapshot.cpp179 static std::string GetSourceDeviceName(const std::string& partition_name) { in GetSourceDeviceName() function
718 .device_name = GetSourceDeviceName(name), in MapSourceDevice()
1630 if (!DeleteDeviceIfExists(GetSourceDeviceName(name), 4000ms)) { in CollapseSnapshotDevice()
1631 LOG(ERROR) << "Unable to delete source device for snapshot: " << GetSourceDeviceName(name); in CollapseSnapshotDevice()
1737 source_device_name = GetSourceDeviceName(snapshot); in PerformInitTransition()
1744 LOG(ERROR) << "Could not get device path for " << GetSourceDeviceName(snapshot); in PerformInitTransition()
1750 LOG(ERROR) << "Could not get device path for " << GetSourceDeviceName(snapshot); in PerformInitTransition()
2516 auto source_device = GetSourceDeviceName(params.GetPartitionName()); in MapPartitionWithSnapshot()
2604 auto source_name = GetSourceDeviceName(target_partition_name); in UnmapPartitionWithSnapshot()