Home
last modified time | relevance | path

Searched refs:UnmapAllSnapshots (Results 1 – 8 of 8) sorted by relevance

/aosp12/system/core/fs_mgr/libsnapshot/
H A Dsnapshotctl.cpp59 return SnapshotManager::New()->UnmapAllSnapshots(); in UnmapCmdHandler()
H A Dsnapshot_stub.cpp162 bool SnapshotManagerStub::UnmapAllSnapshots() { in UnmapAllSnapshots() function in android::snapshot::SnapshotManagerStub
H A Dsnapshot.cpp2388 bool SnapshotManager::UnmapAllSnapshots() { in UnmapAllSnapshots() function in android::snapshot::SnapshotManager
2392 return UnmapAllSnapshots(lock.get()); in UnmapAllSnapshots()
2395 bool SnapshotManager::UnmapAllSnapshots(LockedFile* lock) { in UnmapAllSnapshots() function in android::snapshot::SnapshotManager
H A Dsnapshot_test.cpp2260 ASSERT_TRUE(sm->UnmapAllSnapshots()); in TEST_F()
/aosp12/system/core/fs_mgr/libsnapshot/include/libsnapshot/
H A Dsnapshot_stub.h59 bool UnmapAllSnapshots() override;
H A Dmock_snapshot.h54 MOCK_METHOD(bool, UnmapAllSnapshots, (), (override));
H A Dsnapshot.h241 virtual bool UnmapAllSnapshots() = 0;
374 bool UnmapAllSnapshots() override;
718 bool UnmapAllSnapshots(LockedFile* lock);
/aosp12/system/update_engine/aosp/
H A Ddynamic_partition_control_android.cc289 snapshot_->UnmapAllSnapshots(); in UnmapAllPartitions()