Home
last modified time | relevance | path

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

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