Searched refs:GetParentBlockDeviceByPath (Results 1 – 9 of 9) sorted by relevance
74 auto parent = dm.GetParentBlockDeviceByPath(parent_bdev); in TEST()
101 std::optional<std::string> child = dm.GetParentBlockDeviceByPath(blockdev); in BlockDeviceQueueDepth()
686 auto parent = dm.GetParentBlockDeviceByPath(block_device); in SetReadAheadSize()1685 auto parent = dm.GetParentBlockDeviceByPath(current); in UnwindDmDeviceStack()1778 auto next_device = dm.GetParentBlockDeviceByPath(block_device); in fs_mgr_remount_userdata_into_checkpointing()
81 std::optional<std::string> parent = dm.GetParentBlockDeviceByPath("/dev/block/" + blockdev); in GetDiskPart()
603 TEST(libdm, GetParentBlockDeviceByPath) { in TEST() argument618 ASSERT_FALSE(dm.GetParentBlockDeviceByPath(loop.device())); in TEST()619 auto sub_block_device = dm.GetParentBlockDeviceByPath(dev.path()); in TEST()
614 std::optional<std::string> DeviceMapper::GetParentBlockDeviceByPath(const std::string& path) { in GetParentBlockDeviceByPath() function in android::dm::DeviceMapper
280 std::optional<std::string> GetParentBlockDeviceByPath(const std::string& path);
175 std::optional<std::string> child = dm.GetParentBlockDeviceByPath(blockdev); in BlockDeviceQueueDepth()
221 auto parent = dm.GetParentBlockDeviceByPath(real_path); in MightBeEmmcStorage()