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.h510 bool UnmapCowImage(const std::string& name);
/system/core/fs_mgr/libsnapshot/
Dsnapshot_test.cpp306 if (!sm->UnmapCowImage(name)) { in CreateCowImage()
461 ASSERT_TRUE(sm->UnmapCowImage("test-snapshot")); in TEST_F()
Dsnapshot.cpp593 bool SnapshotManager::UnmapCowImage(const std::string& name) { in UnmapCowImage() function in android::snapshot::SnapshotManager