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::IDeviceMapper* dm, const std::string& name) in AutoUnmapDevice() function
62 ~AutoUnmapDevice();
65 DISALLOW_COPY_AND_ASSIGN(AutoUnmapDevice);
Dutility.cpp66 AutoUnmapDevice::~AutoUnmapDevice() { in ~AutoUnmapDevice()
Dsnapshot.cpp2450 created_devices.EmplaceBack<AutoUnmapDevice>(&dm_, params.GetDeviceName()); in MapPartitionWithSnapshot()
2517 created_devices.EmplaceBack<AutoUnmapDevice>(&dm_, source_device); in MapPartitionWithSnapshot()
2544 created_devices.EmplaceBack<AutoUnmapDevice>(&dm_, name); in MapPartitionWithSnapshot()
2680 created_devices->EmplaceBack<AutoUnmapDevice>(&dm_, *cow_name); in MapCowDevices()