Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/
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);
Dutility.cpp60 AutoUnmapDevice::~AutoUnmapDevice() { in ~AutoUnmapDevice()
Dsnapshot.cpp1678 created_devices.EmplaceBack<AutoUnmapDevice>(&dm, params.GetDeviceName()); in MapPartitionWithSnapshot()
1817 created_devices->EmplaceBack<AutoUnmapDevice>(&dm, *cow_name); in MapCowDevices()