Home
last modified time | relevance | path

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

/aosp12/system/core/fs_mgr/libsnapshot/include/libsnapshot/
H A Dsnapshot.h694 bool UnmapDmUserDevice(const std::string& snapshot_name);
/aosp12/system/core/fs_mgr/libsnapshot/
H A Dsnapshot.cpp1426 UnmapDmUserDevice(name); in CollapseSnapshotDevice()
2287 if (UpdateUsesCompression(lock) && !UnmapDmUserDevice(name)) { in UnmapCowDevices()
2304 bool SnapshotManager::UnmapDmUserDevice(const std::string& snapshot_name) { in UnmapDmUserDevice() function in android::snapshot::SnapshotManager
H A Dsnapshot_test.cpp274 if (!sm->UnmapDmUserDevice(snapshot)) { in DeleteSnapshotDevice()