Home
last modified time | relevance | path

Searched refs:UnmapImageDevice (Results 1 – 6 of 6) sorted by relevance

/aosp14/system/core/fs_mgr/libfiemap/include/libfiemap/
H A Dimage_manager.h84 virtual bool UnmapImageDevice(const std::string& name) = 0;
155 bool UnmapImageDevice(const std::string& name) override;
192 bool UnmapImageDevice(const std::string& name, bool force);
/aosp14/system/core/fs_mgr/libfiemap/
H A Dimage_test.cpp93 manager_->UnmapImageDevice(base_name_); in TearDown()
117 ASSERT_TRUE(manager_->UnmapImageDevice(base_name_)); in TEST_F()
139 ASSERT_TRUE(manager_->UnmapImageDevice(base_name_)); in TEST_F()
H A Dimage_manager.cpp564 UnmapImageDevice(name, true); in MapImageDevice()
584 bool ImageManager::UnmapImageDevice(const std::string& name) { in UnmapImageDevice() function in android::fiemap::ImageManager
585 return UnmapImageDevice(name, false); in UnmapImageDevice()
588 bool ImageManager::UnmapImageDevice(const std::string& name, bool force) { in UnmapImageDevice() function in android::fiemap::ImageManager
898 manager_->UnmapImageDevice(name_); in ~MappedDevice()
910 return UnmapImageDevice(name); in UnmapImageIfExists()
H A Dbinder.cpp58 bool UnmapImageDevice(const std::string& name) override;
132 bool ImageManagerBinder::UnmapImageDevice(const std::string& name) { in UnmapImageDevice() function in android::fiemap::ImageManagerBinder
/aosp14/system/core/fs_mgr/libsnapshot/
H A Dtest_helpers.cpp42 ASSERT_TRUE(manager->UnmapImageDevice(name)); in DeleteBackingImage()
/aosp14/system/core/fs_mgr/
H A Dfs_mgr_overlayfs.cpp1439 images->UnmapImageDevice(name); in ~MapInfo()
1519 images->UnmapImageDevice(android::gsi::kDsuScratch); in MapDsuScratchDevice()