Searched refs:AutoUnmapDevice (Results 1 – 3 of 3) sorted by relevance
58 struct AutoUnmapDevice : AutoDevice { struct60 AutoUnmapDevice(android::dm::DeviceMapper* dm, const std::string& name) in AutoUnmapDevice() argument62 AutoUnmapDevice(AutoUnmapDevice&& other) = default;63 ~AutoUnmapDevice();66 DISALLOW_COPY_AND_ASSIGN(AutoUnmapDevice);
60 AutoUnmapDevice::~AutoUnmapDevice() { in ~AutoUnmapDevice()
1678 created_devices.EmplaceBack<AutoUnmapDevice>(&dm, params.GetDeviceName()); in MapPartitionWithSnapshot()1817 created_devices->EmplaceBack<AutoUnmapDevice>(&dm, *cow_name); in MapCowDevices()