Home
last modified time | relevance | path

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

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