Searched refs:UnmapAllSnapshots (Results 1 – 8 of 8) sorted by relevance
246 virtual bool UnmapAllSnapshots() = 0;390 bool UnmapAllSnapshots() override;768 bool UnmapAllSnapshots(LockedFile* lock);
60 bool UnmapAllSnapshots() override;
55 MOCK_METHOD(bool, UnmapAllSnapshots, (), (override));
168 bool SnapshotManagerStub::UnmapAllSnapshots() { in UnmapAllSnapshots() function in android::snapshot::SnapshotManagerStub
310 if (!sm_->UnmapAllSnapshots()) { in ApplyUpdate()527 return SnapshotManager::New()->UnmapAllSnapshots(); in UnmapCmdHandler()
2968 bool SnapshotManager::UnmapAllSnapshots() { in UnmapAllSnapshots() function in android::snapshot::SnapshotManager2972 return UnmapAllSnapshots(lock.get()); in UnmapAllSnapshots()2975 bool SnapshotManager::UnmapAllSnapshots(LockedFile* lock) { in UnmapAllSnapshots() function in android::snapshot::SnapshotManager
2662 ASSERT_TRUE(sm->UnmapAllSnapshots()); in TEST_F()2677 ASSERT_TRUE(sm->UnmapAllSnapshots()); in TEST_F()
331 snapshot_->UnmapAllSnapshots(); in UnmapAllPartitions()