Searched refs:GetDeviceString (Results 1 – 11 of 11) sorted by relevance
69 virtual std::string GetDeviceString(const std::string& partition_name) const = 0;79 virtual std::string GetDeviceString(const std::string& partition_name) const override;
66 std::string GetDeviceString(const std::string& partition_name) const override;161 virtual bool GetDeviceString(const std::string& name, std::string* dev) { in GetDeviceString() function162 return impl_.GetDeviceString(name, dev); in GetDeviceString()
73 std::string dev_string = opener->GetDeviceString(name); in GetPhysicalPartitionDevicePath()75 dev_string = opener->GetDeviceString(super_device); in GetPhysicalPartitionDevicePath()
82 virtual bool GetDeviceString(const std::string& name, std::string* dev) = 0;253 bool GetDeviceString(const std::string& name, std::string* dev) override;
121 std::string PartitionOpener::GetDeviceString(const std::string& partition_name) const { in GetDeviceString() function in android::fs_mgr::PartitionOpener
74 std::string TestPartitionOpener::GetDeviceString(const std::string& partition_name) const { in GetDeviceString() function in android::snapshot::TestPartitionOpener78 return PartitionOpener::GetDeviceString(partition_name); in GetDeviceString()
2421 if (!dm_.GetDeviceString(params.GetDeviceName(), &base_device)) { in MapPartitionWithSnapshot()4126 return dm_.GetDeviceString(device_name, device_string_or_mapped_path); in GetMappedImageDeviceStringOrPath()
66 std::string GetDeviceString(const std::string& partition_name) const override { in GetDeviceString() function in TestPartitionOpener67 return PartitionOpener::GetDeviceString(GetPathForBlockDeviceName(partition_name)); in GetDeviceString()
578 if (!dm.GetDeviceString(name, dev)) { in MapImageWithDeviceMapper()
526 bool DeviceMapper::GetDeviceString(const std::string& name, std::string* dev) { in GetDeviceString() function in android::dm::DeviceMapper
115 ASSERT_TRUE(dm.GetDeviceString(dev.name(), &dev_string)); in TEST_F()