Searched refs:UnmapAllSnapshots (Results 1 – 8 of 8) sorted by relevance
59 return SnapshotManager::New()->UnmapAllSnapshots(); in UnmapCmdHandler()
162 bool SnapshotManagerStub::UnmapAllSnapshots() { in UnmapAllSnapshots() function in android::snapshot::SnapshotManagerStub
2357 bool SnapshotManager::UnmapAllSnapshots() { in UnmapAllSnapshots() function in android::snapshot::SnapshotManager2361 return UnmapAllSnapshots(lock.get()); in UnmapAllSnapshots()2364 bool SnapshotManager::UnmapAllSnapshots(LockedFile* lock) { in UnmapAllSnapshots() function in android::snapshot::SnapshotManager
2100 ASSERT_TRUE(sm->UnmapAllSnapshots()); in TEST_F()
59 bool UnmapAllSnapshots() override;
54 MOCK_METHOD(bool, UnmapAllSnapshots, (), (override));
241 virtual bool UnmapAllSnapshots() = 0;374 bool UnmapAllSnapshots() override;705 bool UnmapAllSnapshots(LockedFile* lock);
289 snapshot_->UnmapAllSnapshots(); in UnmapAllPartitions()