Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/libdm/
H A Ddm.cpp658 std::string sub_device_name = ""; in GetParentBlockDeviceByPath() local
661 if (!sub_device_name.empty()) { in GetParentBlockDeviceByPath()
665 sub_device_name = entry->d_name; in GetParentBlockDeviceByPath()
667 if (sub_device_name.empty()) { in GetParentBlockDeviceByPath()
671 return "/dev/block/" + sub_device_name; in GetParentBlockDeviceByPath()