Home
last modified time | relevance | path

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

/system/core/fs_mgr/liblp/include/liblp/
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;
/system/core/fs_mgr/libfiemap/
Dimage_test.cpp62 std::string GetDeviceString(const std::string& partition_name) const override { in GetDeviceString() function in TestPartitionOpener
63 return PartitionOpener::GetDeviceString(GetPathForBlockDeviceName(partition_name)); in GetDeviceString()
Dimage_manager.cpp578 if (!dm.GetDeviceString(name, dev)) { in MapImageWithDeviceMapper()
/system/core/fs_mgr/
Dfs_mgr_dm_linear.cpp73 std::string dev_string = opener->GetDeviceString(name); in GetPhysicalPartitionDevicePath()
75 dev_string = opener->GetDeviceString(super_device); in GetPhysicalPartitionDevicePath()
/system/core/fs_mgr/liblp/
Dpartition_opener.cpp121 std::string PartitionOpener::GetDeviceString(const std::string& partition_name) const { in GetDeviceString() function in android::fs_mgr::PartitionOpener
/system/core/fs_mgr/libdm/
Ddm_linear_fuzzer.cpp114 ASSERT_TRUE(dm.GetDeviceString(dev.name(), &dev_string)); in LLVMFuzzerTestOneInput()
Ddm.cpp480 bool DeviceMapper::GetDeviceString(const std::string& name, std::string* dev) { in GetDeviceString() function in android::dm::DeviceMapper
Ddm_test.cpp88 ASSERT_TRUE(dm.GetDeviceString(dev.name(), &dev_string)); in TEST()
/system/core/fs_mgr/libsnapshot/
Dtest_helpers.cpp72 std::string TestPartitionOpener::GetDeviceString(const std::string& partition_name) const { in GetDeviceString() function in android::snapshot::TestPartitionOpener
76 return PartitionOpener::GetDeviceString(partition_name); in GetDeviceString()
Dsnapshot_fuzz_utils.cpp196 PCHECK(dm.GetDeviceString(dev_name, &dev_string)); in CheckDeleteDeviceMapperTree()
Dsnapshot.cpp2059 if (!dm.GetDeviceString(params.GetDeviceName(), &base_device)) { in MapPartitionWithSnapshot()
3616 return dm.GetDeviceString(device_name, device_string_or_mapped_path); in GetMappedImageDeviceStringOrPath()
/system/core/fs_mgr/libdm/include/libdm/
Ddm.h200 bool GetDeviceString(const std::string& name, std::string* dev);
/system/core/fs_mgr/libsnapshot/include_test/libsnapshot/
Dtest_helpers.h66 std::string GetDeviceString(const std::string& partition_name) const override;