Searched refs:UnmapDmUserDevice (Results 1 – 3 of 3) sorted by relevance
681 bool UnmapDmUserDevice(const std::string& snapshot_name);
1406 UnmapDmUserDevice(name); in CollapseSnapshotDevice()2256 if (UpdateUsesCompression(lock) && !UnmapDmUserDevice(name)) { in UnmapCowDevices()2273 bool SnapshotManager::UnmapDmUserDevice(const std::string& snapshot_name) { in UnmapDmUserDevice() function in android::snapshot::SnapshotManager
274 if (!sm->UnmapDmUserDevice(snapshot)) { in DeleteSnapshotDevice()