Searched refs:UnmapUserspaceSnapshotDevice (Results 1 – 3 of 3) sorted by relevance
731 bool UnmapUserspaceSnapshotDevice(LockedFile* lock, const std::string& snapshot_name);
685 if (!UnmapUserspaceSnapshotDevice(lock, name)) { in UnmapSnapshot()2682 bool SnapshotManager::UnmapUserspaceSnapshotDevice(LockedFile* lock, in UnmapUserspaceSnapshotDevice() function in android::snapshot::SnapshotManager
260 ASSERT_TRUE(sm->UnmapUserspaceSnapshotDevice(local_lock.get(), snapshot)); in CleanupSnapshotArtifacts()