Home
last modified time | relevance | path

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

/system/core/fs_mgr/libfiemap/
Dimage_test.cpp126 TEST_F(NativeTest, GetMappedImageDevice) { in TEST_F() argument
131 ASSERT_TRUE(manager_->GetMappedImageDevice(base_name_, &path2)); in TEST_F()
Dbinder.cpp67 bool GetMappedImageDevice(const std::string& name, std::string* device) override;
212 bool ImageManagerBinder::GetMappedImageDevice(const std::string& name, std::string* device) { in GetMappedImageDevice() function in android::fiemap::ImageManagerBinder
Dimage_manager.cpp705 bool ImageManager::GetMappedImageDevice(const std::string& name, std::string* device) { in GetMappedImageDevice() function in android::fiemap::ImageManager
/system/core/fs_mgr/libfiemap/include/libfiemap/
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;
/system/core/fs_mgr/libsnapshot/
Dsnapshot_fuzz_utils.h182 bool GetMappedImageDevice(const std::string& name, std::string* device) override { in GetMappedImageDevice() function
183 return impl_->GetMappedImageDevice(name, device); in GetMappedImageDevice()
Dpower_test.cpp470 if (!images_->GetMappedImageDevice(kSnapshotImageName, &image_path)) { in Check()
Dsnapshot.cpp3041 if (!images_->GetMappedImageDevice(cow_name, &cow_path)) { in InitializeUpdateSnapshots()
3608 return images_->GetMappedImageDevice(device_name, device_path); in GetMappedImageDevicePath()
3620 if (!images_->GetMappedImageDevice(device_name, device_string_or_mapped_path)) { in GetMappedImageDeviceStringOrPath()
Dsnapshot_test.cpp2367 ASSERT_TRUE(super_images_->GetMappedImageDevice("fake-super", &fake_super)); in SetUp()
/system/gsid/
Dgsi_service.cpp693 if (!impl_->GetMappedImageDevice(name, &device_path)) { in getAvbPublicKey()
755 if (!impl_->GetMappedImageDevice(name, device)) { in getMappedImageDevice()
/system/core/fs_mgr/
Dfs_mgr_overlayfs.cpp1115 if (images->GetMappedImageDevice(partition_name, scratch_device)) { in CreateScratchOnData()