Searched refs:GetMappedImageDevice (Results 1 – 10 of 10) sorted by relevance
/system/core/fs_mgr/libfiemap/ |
D | image_test.cpp | 126 TEST_F(NativeTest, GetMappedImageDevice) { in TEST_F() argument 131 ASSERT_TRUE(manager_->GetMappedImageDevice(base_name_, &path2)); in TEST_F()
|
D | binder.cpp | 67 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
|
D | image_manager.cpp | 705 bool ImageManager::GetMappedImageDevice(const std::string& name, std::string* device) { in GetMappedImageDevice() function in android::fiemap::ImageManager
|
/system/core/fs_mgr/libfiemap/include/libfiemap/ |
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;
|
/system/core/fs_mgr/libsnapshot/ |
D | snapshot_fuzz_utils.h | 182 bool GetMappedImageDevice(const std::string& name, std::string* device) override { in GetMappedImageDevice() function 183 return impl_->GetMappedImageDevice(name, device); in GetMappedImageDevice()
|
D | power_test.cpp | 470 if (!images_->GetMappedImageDevice(kSnapshotImageName, &image_path)) { in Check()
|
D | snapshot.cpp | 3041 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()
|
D | snapshot_test.cpp | 2367 ASSERT_TRUE(super_images_->GetMappedImageDevice("fake-super", &fake_super)); in SetUp()
|
/system/gsid/ |
D | gsi_service.cpp | 693 if (!impl_->GetMappedImageDevice(name, &device_path)) { in getAvbPublicKey() 755 if (!impl_->GetMappedImageDevice(name, device)) { in getMappedImageDevice()
|
/system/core/fs_mgr/ |
D | fs_mgr_overlayfs.cpp | 1115 if (images->GetMappedImageDevice(partition_name, scratch_device)) { in CreateScratchOnData()
|