Searched refs:UnmapDmUserDevice (Results 1 – 3 of 3) sorted by relevance
728 bool UnmapDmUserDevice(const std::string& dm_user_name);
1636 UnmapDmUserDevice(dm_user_name); in CollapseSnapshotDevice()2638 if (!UnmapDmUserDevice(dm_user_name)) { in UnmapCowDevices()2656 bool SnapshotManager::UnmapDmUserDevice(const std::string& dm_user_name) { in UnmapDmUserDevice() function in android::snapshot::SnapshotManager
381 if (!sm->UnmapDmUserDevice(snapshot + "-user-cow")) { in DeleteSnapshotDevice()