Home
last modified time | relevance | path

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

/system/core/fs_mgr/libfiemap/
Dimage_test.cpp123 TEST_F(NativeTest, GetMappedImageDevice) { in TEST_F() argument
128 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.cpp678 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.h96 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/
Dsnapshot_fuzz_utils.h177 bool GetMappedImageDevice(const std::string& name, std::string* device) override { in GetMappedImageDevice() function
178 return impl_->GetMappedImageDevice(name, device); in GetMappedImageDevice()
Dpower_test.cpp470 if (!images_->GetMappedImageDevice(kSnapshotImageName, &image_path)) { in Check()
Dsnapshot.cpp2405 if (!images_->GetMappedImageDevice(cow_name, &cow_path)) { in InitializeUpdateSnapshots()
2779 if (!images_->GetMappedImageDevice(device_name, device_string_or_mapped_path)) { in GetMappedImageDeviceStringOrPath()
/system/gsid/
Dgsi_service.cpp628 if (!impl_->GetMappedImageDevice(name, &device_path)) { in getAvbPublicKey()
690 if (!impl_->GetMappedImageDevice(name, device)) { in getMappedImageDevice()
/system/core/fs_mgr/
Dfs_mgr_overlayfs.cpp1056 if (images->GetMappedImageDevice(partition_name, scratch_device)) { in CreateScratchOnData()