Searched refs:GetMappedImageDevice (Results 1 – 7 of 7) sorted by relevance
/aosp14/system/core/fs_mgr/libfiemap/include/libfiemap/ |
H A D | image_manager.h | 103 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 D | binder.cpp | 67 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 D | image_test.cpp | 131 TEST_F(NativeTest, GetMappedImageDevice) { in TEST_F() argument 136 ASSERT_TRUE(manager_->GetMappedImageDevice(base_name_, &path2)); in TEST_F()
|
H A D | image_manager.cpp | 710 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 D | snapshot.cpp | 3538 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 D | snapshot_test.cpp | 2746 ASSERT_TRUE(super_images_->GetMappedImageDevice("fake-super", &fake_super)); in SetUp()
|
/aosp14/system/core/fs_mgr/ |
H A D | fs_mgr_overlayfs.cpp | 1104 if (images->GetMappedImageDevice(partition_name, scratch_device)) { in CreateScratchOnData()
|