Home
last modified time | relevance | path

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

/system/core/fs_mgr/libdm/
Ddm.cpp620 std::optional<std::string> ExtractBlockDeviceName(const std::string& path) { in ExtractBlockDeviceName() function
633 std::optional<std::string> name = ExtractBlockDeviceName(path); in IsDmBlockDevice()
638 std::optional<std::string> name = ExtractBlockDeviceName(path); in GetDmDeviceNameByPath()
658 std::optional<std::string> name = ExtractBlockDeviceName(path); in GetParentBlockDeviceByPath()
/system/core/fs_mgr/
Dblockdev.cpp108 std::optional<std::string> maybe_blockdev = android::dm::ExtractBlockDeviceName(blockdev); in BlockDeviceQueueDepth()
/system/core/fs_mgr/libdm/include/libdm/
Ddm.h57 std::optional<std::string> ExtractBlockDeviceName(const std::string& path);
/system/apex/apexd/
Dapexd_loop.cpp183 android::dm::ExtractBlockDeviceName(blockdev); in BlockDeviceQueueDepth()