Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dsnapshot.h274 FRIEND_TEST(SnapshotTest, MapSnapshot);
353 bool MapSnapshot(LockedFile* lock, const std::string& name, const std::string& base_device,
/system/core/fs_mgr/libsnapshot/
Dsnapshot_test.cpp308 if (!sm->MapSnapshot(lock_.get(), "test_partition_b", base_device, cow_device, 10s, in PrepareOneSnapshot()
374 TEST_F(SnapshotTest, MapSnapshot) { in TEST_F() argument
393 ASSERT_TRUE(sm->MapSnapshot(lock_.get(), "test-snapshot", base_device, cow_device, 10s, in TEST_F()
418 ASSERT_TRUE(sm->MapSnapshot(lock_.get(), "test-snapshot", base_device, cow_device, 10s, in TEST_F()
Dsnapshot.cpp366 bool SnapshotManager::MapSnapshot(LockedFile* lock, const std::string& name, in MapSnapshot() function in android::snapshot::SnapshotManager
1713 if (!MapSnapshot(lock, params.GetPartitionName(), base_device, cow_device, remaining_time, in MapPartitionWithSnapshot()