Searched refs:AutoUnmapDevice (Results 1 – 3 of 3) sorted by relevance
58 struct AutoUnmapDevice : AutoDevice { struct60 AutoUnmapDevice(android::dm::IDeviceMapper* dm, const std::string& name) in AutoUnmapDevice() function62 ~AutoUnmapDevice();65 DISALLOW_COPY_AND_ASSIGN(AutoUnmapDevice);
66 AutoUnmapDevice::~AutoUnmapDevice() { in ~AutoUnmapDevice()
2450 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()