Searched refs:GetDeviceString (Results 1 – 13 of 13) 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;
62 std::string GetDeviceString(const std::string& partition_name) const override { in GetDeviceString() function in TestPartitionOpener63 return PartitionOpener::GetDeviceString(GetPathForBlockDeviceName(partition_name)); in GetDeviceString()
578 if (!dm.GetDeviceString(name, dev)) { in MapImageWithDeviceMapper()
73 std::string dev_string = opener->GetDeviceString(name); in GetPhysicalPartitionDevicePath()75 dev_string = opener->GetDeviceString(super_device); in GetPhysicalPartitionDevicePath()
121 std::string PartitionOpener::GetDeviceString(const std::string& partition_name) const { in GetDeviceString() function in android::fs_mgr::PartitionOpener
114 ASSERT_TRUE(dm.GetDeviceString(dev.name(), &dev_string)); in LLVMFuzzerTestOneInput()
480 bool DeviceMapper::GetDeviceString(const std::string& name, std::string* dev) { in GetDeviceString() function in android::dm::DeviceMapper
88 ASSERT_TRUE(dm.GetDeviceString(dev.name(), &dev_string)); in TEST()
72 std::string TestPartitionOpener::GetDeviceString(const std::string& partition_name) const { in GetDeviceString() function in android::snapshot::TestPartitionOpener76 return PartitionOpener::GetDeviceString(partition_name); in GetDeviceString()
196 PCHECK(dm.GetDeviceString(dev_name, &dev_string)); in CheckDeleteDeviceMapperTree()
2059 if (!dm.GetDeviceString(params.GetDeviceName(), &base_device)) { in MapPartitionWithSnapshot()3616 return dm.GetDeviceString(device_name, device_string_or_mapped_path); in GetMappedImageDeviceStringOrPath()
200 bool GetDeviceString(const std::string& name, std::string* dev);
66 std::string GetDeviceString(const std::string& partition_name) const override;