Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dsnapshot.h681 bool UnmapDmUserDevice(const std::string& snapshot_name);
/system/core/fs_mgr/libsnapshot/
Dsnapshot.cpp1406 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
Dsnapshot_test.cpp274 if (!sm->UnmapDmUserDevice(snapshot)) { in DeleteSnapshotDevice()