Home
last modified time | relevance | path

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

/aosp_15_r20/system/core/fs_mgr/libsnapshot/include/libsnapshot/
H A Dsnapshot.h246 virtual bool UnmapAllSnapshots() = 0;
390 bool UnmapAllSnapshots() override;
768 bool UnmapAllSnapshots(LockedFile* lock);
H A Dsnapshot_stub.h60 bool UnmapAllSnapshots() override;
H A Dmock_snapshot.h55 MOCK_METHOD(bool, UnmapAllSnapshots, (), (override));
/aosp_15_r20/system/core/fs_mgr/libsnapshot/
H A Dsnapshot_stub.cpp168 bool SnapshotManagerStub::UnmapAllSnapshots() { in UnmapAllSnapshots() function in android::snapshot::SnapshotManagerStub
H A Dsnapshotctl.cpp310 if (!sm_->UnmapAllSnapshots()) { in ApplyUpdate()
527 return SnapshotManager::New()->UnmapAllSnapshots(); in UnmapCmdHandler()
H A Dsnapshot.cpp2968 bool SnapshotManager::UnmapAllSnapshots() { in UnmapAllSnapshots() function in android::snapshot::SnapshotManager
2972 return UnmapAllSnapshots(lock.get()); in UnmapAllSnapshots()
2975 bool SnapshotManager::UnmapAllSnapshots(LockedFile* lock) { in UnmapAllSnapshots() function in android::snapshot::SnapshotManager
H A Dsnapshot_test.cpp2662 ASSERT_TRUE(sm->UnmapAllSnapshots()); in TEST_F()
2677 ASSERT_TRUE(sm->UnmapAllSnapshots()); in TEST_F()
/aosp_15_r20/system/update_engine/aosp/
H A Ddynamic_partition_control_android.cc331 snapshot_->UnmapAllSnapshots(); in UnmapAllPartitions()