Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/
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()
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()
Dsnapshot.cpp441 bool SnapshotManager::MapSnapshot(LockedFile* lock, const std::string& name, in MapSnapshot() function in android::snapshot::SnapshotManager
2134 if (!MapSnapshot(lock, params.GetPartitionName(), base_device, cow_device, remaining_time, in MapPartitionWithSnapshot()
/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dsnapshot.h397 FRIEND_TEST(SnapshotTest, MapSnapshot);
485 bool MapSnapshot(LockedFile* lock, const std::string& name, const std::string& base_device,