Home
last modified time | relevance | path

Searched refs:UnmapDmUserDevice (Results 1 – 3 of 3) sorted by relevance

/aosp14/system/core/fs_mgr/libsnapshot/include/libsnapshot/
H A Dsnapshot.h728 bool UnmapDmUserDevice(const std::string& dm_user_name);
/aosp14/system/core/fs_mgr/libsnapshot/
H A Dsnapshot.cpp1636 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
H A Dsnapshot_test.cpp381 if (!sm->UnmapDmUserDevice(snapshot + "-user-cow")) { in DeleteSnapshotDevice()