Home
last modified time | relevance | path

Searched refs:MapImageWithDeviceMapper (Results 1 – 4 of 4) sorted by relevance

/aosp14/system/core/fs_mgr/libfiemap/include/libfiemap/
H A Dimage_manager.h97 virtual bool MapImageWithDeviceMapper(const IPartitionOpener& opener, const std::string& name,
158 bool MapImageWithDeviceMapper(const IPartitionOpener& opener, const std::string& name,
/aosp14/system/core/fs_mgr/libfiemap/
H A Dbinder.cpp61 bool MapImageWithDeviceMapper(const IPartitionOpener& opener, const std::string& name,
164 bool ImageManagerBinder::MapImageWithDeviceMapper(const IPartitionOpener& opener, in MapImageWithDeviceMapper() function in android::fiemap::ImageManagerBinder
H A Dimage_manager.cpp570 bool ImageManager::MapImageWithDeviceMapper(const IPartitionOpener& opener, const std::string& name, in MapImageWithDeviceMapper() function in android::fiemap::ImageManager
/aosp14/system/core/fs_mgr/libsnapshot/
H A Dsnapshot.cpp638 ok = images_->MapImageWithDeviceMapper(opener, cow_image_name, &cow_dev); in MapCowImage()