Searched refs:GetMappedImageDevice (Results 1 – 9 of 9) sorted by relevance
/system/core/fs_mgr/libfiemap/ |
D | image_test.cpp | 123 TEST_F(NativeTest, GetMappedImageDevice) { in TEST_F() argument 128 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 | 678 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 | 96 virtual bool GetMappedImageDevice(const std::string& name, std::string* device) = 0; 154 bool GetMappedImageDevice(const std::string& name, std::string* device) override;
|
/system/core/fs_mgr/libsnapshot/ |
D | snapshot_fuzz_utils.h | 177 bool GetMappedImageDevice(const std::string& name, std::string* device) override { in GetMappedImageDevice() function 178 return impl_->GetMappedImageDevice(name, device); in GetMappedImageDevice()
|
D | power_test.cpp | 470 if (!images_->GetMappedImageDevice(kSnapshotImageName, &image_path)) { in Check()
|
D | snapshot.cpp | 2405 if (!images_->GetMappedImageDevice(cow_name, &cow_path)) { in InitializeUpdateSnapshots() 2779 if (!images_->GetMappedImageDevice(device_name, device_string_or_mapped_path)) { in GetMappedImageDeviceStringOrPath()
|
/system/gsid/ |
D | gsi_service.cpp | 628 if (!impl_->GetMappedImageDevice(name, &device_path)) { in getAvbPublicKey() 690 if (!impl_->GetMappedImageDevice(name, device)) { in getMappedImageDevice()
|
/system/core/fs_mgr/ |
D | fs_mgr_overlayfs.cpp | 1056 if (images->GetMappedImageDevice(partition_name, scratch_device)) { in CreateScratchOnData()
|