Home
last modified time | relevance | path

Searched refs:GetMappedImageDevice (Results 1 – 7 of 7) sorted by relevance

/aosp14/system/core/fs_mgr/libfiemap/include/libfiemap/
H A Dimage_manager.h103 virtual bool GetMappedImageDevice(const std::string& name, std::string* device) = 0;
163 bool GetMappedImageDevice(const std::string& name, std::string* device) override;
/aosp14/system/core/fs_mgr/libfiemap/
H A Dbinder.cpp67 bool GetMappedImageDevice(const std::string& name, std::string* device) override;
218 bool ImageManagerBinder::GetMappedImageDevice(const std::string& name, std::string* device) { in GetMappedImageDevice() function in android::fiemap::ImageManagerBinder
H A Dimage_test.cpp131 TEST_F(NativeTest, GetMappedImageDevice) { in TEST_F() argument
136 ASSERT_TRUE(manager_->GetMappedImageDevice(base_name_, &path2)); in TEST_F()
H A Dimage_manager.cpp710 bool ImageManager::GetMappedImageDevice(const std::string& name, std::string* device) { in GetMappedImageDevice() function in android::fiemap::ImageManager
/aosp14/system/core/fs_mgr/libsnapshot/
H A Dsnapshot.cpp3538 if (!images_->GetMappedImageDevice(cow_name, &cow_path)) { in InitializeUpdateSnapshots()
4119 return images_->GetMappedImageDevice(device_name, device_path); in GetMappedImageDevicePath()
4130 if (!images_->GetMappedImageDevice(device_name, device_string_or_mapped_path)) { in GetMappedImageDeviceStringOrPath()
H A Dsnapshot_test.cpp2746 ASSERT_TRUE(super_images_->GetMappedImageDevice("fake-super", &fake_super)); in SetUp()
/aosp14/system/core/fs_mgr/
H A Dfs_mgr_overlayfs.cpp1104 if (images->GetMappedImageDevice(partition_name, scratch_device)) { in CreateScratchOnData()