Home
last modified time | relevance | path

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

/aosp12/system/core/fs_mgr/libfiemap/
H A Dimage_test.cpp89 manager_->UnmapImageDevice(base_name_); in TearDown()
113 ASSERT_TRUE(manager_->UnmapImageDevice(base_name_)); in TEST_F()
134 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
765 manager_->UnmapImageDevice(name_); in ~MappedDevice()
777 return UnmapImageDevice(name); in UnmapImageIfExists()
H A Dbinder.cpp58 bool UnmapImageDevice(const std::string& name) override;
131 bool ImageManagerBinder::UnmapImageDevice(const std::string& name) { in UnmapImageDevice() function in android::fiemap::ImageManagerBinder
/aosp12/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;
188 bool UnmapImageDevice(const std::string& name, bool force);
/aosp12/system/core/fs_mgr/libsnapshot/
H A Dsnapshot_fuzz_utils.h171 bool UnmapImageDevice(const std::string& name) override { in UnmapImageDevice() function
172 return impl_->UnmapImageDevice(name); in UnmapImageDevice()
H A Dtest_helpers.cpp40 ASSERT_TRUE(manager->UnmapImageDevice(name)); in DeleteBackingImage()
/aosp12/system/gsid/
H A Dpartition_installer.cpp76 images_->UnmapImageDevice(file); in FinishInstall()
H A Dgsi_service.cpp652 if (!impl_->UnmapImageDevice(name)) { in unmapImageDevice()
964 ok &= manager->UnmapImageDevice(image); in RemoveGsiFiles()
/aosp12/system/core/fs_mgr/
H A Dfs_mgr_overlayfs.cpp1451 images->UnmapImageDevice(android::gsi::kDsuScratch); in MapDsuScratchDevice()