Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/libsnapshot/include/libsnapshot/
H A Dsnapshot.h731 bool UnmapUserspaceSnapshotDevice(LockedFile* lock, const std::string& snapshot_name);
/aosp14/system/core/fs_mgr/libsnapshot/
H A Dsnapshot.cpp685 if (!UnmapUserspaceSnapshotDevice(lock, name)) { in UnmapSnapshot()
2682 bool SnapshotManager::UnmapUserspaceSnapshotDevice(LockedFile* lock, in UnmapUserspaceSnapshotDevice() function in android::snapshot::SnapshotManager
H A Dsnapshot_test.cpp260 ASSERT_TRUE(sm->UnmapUserspaceSnapshotDevice(local_lock.get(), snapshot)); in CleanupSnapshotArtifacts()