Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/libdm/
H A Ddm.cpp609 std::optional<std::string> ExtractBlockDeviceName(const std::string& path) { in ExtractBlockDeviceName() function
618 std::optional<std::string> name = ExtractBlockDeviceName(path); in IsDmBlockDevice()
623 std::optional<std::string> name = ExtractBlockDeviceName(path); in GetDmDeviceNameByPath()
643 std::optional<std::string> name = ExtractBlockDeviceName(path); in GetParentBlockDeviceByPath()
/aosp14/system/core/fs_mgr/
H A Dblockdev.cpp108 std::optional<std::string> maybe_blockdev = android::dm::ExtractBlockDeviceName(blockdev); in BlockDeviceQueueDepth()
/aosp14/system/core/fs_mgr/libdm/include/libdm/
H A Ddm.h57 std::optional<std::string> ExtractBlockDeviceName(const std::string& path);