Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dsnapshot.h409 bool UnmapCowImage(const std::string& name);
/system/core/fs_mgr/libsnapshot/
Dsnapshot_test.cpp272 if (!sm->UnmapCowImage(name)) { in CreateCowImage()
337 if (!sm->UnmapCowImage("test_partition_b")) { in SimulateReboot()
378 ASSERT_TRUE(sm->UnmapCowImage("test-snapshot")); in TEST_F()
Dsnapshot.cpp519 bool SnapshotManager::UnmapCowImage(const std::string& name) { in UnmapCowImage() function in android::snapshot::SnapshotManager