Searched refs:MapSnapshot (Results 1 – 4 of 4) sorted by relevance
/system/core/fs_mgr/libsnapshot/ |
D | power_test.cpp | 93 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()
|
D | snapshot_test.cpp | 465 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()
|
D | snapshot.cpp | 441 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/ |
D | snapshot.h | 397 FRIEND_TEST(SnapshotTest, MapSnapshot); 485 bool MapSnapshot(LockedFile* lock, const std::string& name, const std::string& base_device,
|