Home
last modified time | relevance | path

Searched refs:GetDeviceString (Results 1 – 11 of 11) sorted by relevance

/aosp14/system/core/fs_mgr/liblp/include/liblp/
H A Dpartition_opener.h69 virtual std::string GetDeviceString(const std::string& partition_name) const = 0;
79 virtual std::string GetDeviceString(const std::string& partition_name) const override;
/aosp14/system/core/fs_mgr/libsnapshot/include_test/libsnapshot/
H A Dtest_helpers.h66 std::string GetDeviceString(const std::string& partition_name) const override;
161 virtual bool GetDeviceString(const std::string& name, std::string* dev) { in GetDeviceString() function
162 return impl_.GetDeviceString(name, dev); in GetDeviceString()
/aosp14/system/core/fs_mgr/
H A Dfs_mgr_dm_linear.cpp73 std::string dev_string = opener->GetDeviceString(name); in GetPhysicalPartitionDevicePath()
75 dev_string = opener->GetDeviceString(super_device); in GetPhysicalPartitionDevicePath()
/aosp14/system/core/fs_mgr/libdm/include/libdm/
H A Ddm.h82 virtual bool GetDeviceString(const std::string& name, std::string* dev) = 0;
253 bool GetDeviceString(const std::string& name, std::string* dev) override;
/aosp14/system/core/fs_mgr/liblp/
H A Dpartition_opener.cpp121 std::string PartitionOpener::GetDeviceString(const std::string& partition_name) const { in GetDeviceString() function in android::fs_mgr::PartitionOpener
/aosp14/system/core/fs_mgr/libsnapshot/
H A Dtest_helpers.cpp74 std::string TestPartitionOpener::GetDeviceString(const std::string& partition_name) const { in GetDeviceString() function in android::snapshot::TestPartitionOpener
78 return PartitionOpener::GetDeviceString(partition_name); in GetDeviceString()
H A Dsnapshot.cpp2421 if (!dm_.GetDeviceString(params.GetDeviceName(), &base_device)) { in MapPartitionWithSnapshot()
4126 return dm_.GetDeviceString(device_name, device_string_or_mapped_path); in GetMappedImageDeviceStringOrPath()
/aosp14/system/core/fs_mgr/libfiemap/
H A Dimage_test.cpp66 std::string GetDeviceString(const std::string& partition_name) const override { in GetDeviceString() function in TestPartitionOpener
67 return PartitionOpener::GetDeviceString(GetPathForBlockDeviceName(partition_name)); in GetDeviceString()
H A Dimage_manager.cpp578 if (!dm.GetDeviceString(name, dev)) { in MapImageWithDeviceMapper()
/aosp14/system/core/fs_mgr/libdm/
H A Ddm.cpp526 bool DeviceMapper::GetDeviceString(const std::string& name, std::string* dev) { in GetDeviceString() function in android::dm::DeviceMapper
H A Ddm_test.cpp115 ASSERT_TRUE(dm.GetDeviceString(dev.name(), &dev_string)); in TEST_F()