Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/libsnapshot/
H A Dsnapshot.cpp2551 auto source_name = GetSourceDeviceName(target_partition_name); in UnmapPartitionWithSnapshot() local
2552 if (!DeleteDeviceIfExists(source_name)) { in UnmapPartitionWithSnapshot()
2553 LOG(ERROR) << "Cannot delete source device: " << source_name; in UnmapPartitionWithSnapshot()