Home
last modified time | relevance | path

Searched refs:MapSnapshot (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/core/fs_mgr/libsnapshot/
H A Dpower_test.cpp93 bool MapSnapshot(SnapshotStorageMode mode);
173 if (!MapSnapshot(SnapshotStorageMode::Persistent)) { in Create()
341 bool PowerTest::MapSnapshot(SnapshotStorageMode mode) { in MapSnapshot() function in android::snapshot::PowerTest
412 if (!MapSnapshot(SnapshotStorageMode::Merge)) { in Merge()
H A Dsnapshot_test.cpp465 TEST_F(SnapshotTest, MapSnapshot) { in TEST_F() argument
487 ASSERT_TRUE(sm->MapSnapshot(lock_.get(), "test-snapshot", base_device, cow_device, 10s, in TEST_F()
H A Dsnapshot.cpp444 bool SnapshotManager::MapSnapshot(LockedFile* lock, const std::string& name, in MapSnapshot() function in android::snapshot::SnapshotManager
2165 if (!MapSnapshot(lock, params.GetPartitionName(), base_device, cow_device, remaining_time, in MapPartitionWithSnapshot()
/aosp12/system/core/fs_mgr/libsnapshot/include/libsnapshot/
H A Dsnapshot.h408 FRIEND_TEST(SnapshotTest, MapSnapshot);
498 bool MapSnapshot(LockedFile* lock, const std::string& name, const std::string& base_device,