Home
last modified time | relevance | path

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

/aosp12/system/core/fs_mgr/libsnapshot/
H A Dutility.h58 struct AutoUnmapDevice : AutoDevice { struct
60 AutoUnmapDevice(android::dm::DeviceMapper* dm, const std::string& name) in AutoUnmapDevice() argument
62 AutoUnmapDevice(AutoUnmapDevice&& other) = default;
63 ~AutoUnmapDevice();
66 DISALLOW_COPY_AND_ASSIGN(AutoUnmapDevice);
H A Dutility.cpp61 AutoUnmapDevice::~AutoUnmapDevice() { in ~AutoUnmapDevice()
H A Dsnapshot.cpp2072 created_devices.EmplaceBack<AutoUnmapDevice>(&dm, params.GetDeviceName()); in MapPartitionWithSnapshot()
2129 created_devices.EmplaceBack<AutoUnmapDevice>(&dm, source_device); in MapPartitionWithSnapshot()
2156 created_devices.EmplaceBack<AutoUnmapDevice>(&dm, name); in MapPartitionWithSnapshot()
2278 created_devices->EmplaceBack<AutoUnmapDevice>(&dm, *cow_name); in MapCowDevices()