Searched refs:GetParentBlockDeviceByPath (Results 1 – 10 of 10) sorted by relevance
112 auto parent = dm.GetParentBlockDeviceByPath(parent_bdev); in TEST()
101 std::optional<std::string> child = dm.GetParentBlockDeviceByPath(blockdev); in BlockDeviceQueueDepth()
695 auto parent = dm.GetParentBlockDeviceByPath(block_device); in SetReadAheadSize()1783 auto parent = dm.GetParentBlockDeviceByPath(current); in UnwindDmDeviceStack()1876 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()
294 std::optional<std::string> GetParentBlockDeviceByPath(const std::string& path);
647 TEST_F(DmTest, GetParentBlockDeviceByPath) { in TEST_F() argument662 ASSERT_FALSE(dm.GetParentBlockDeviceByPath(loop.device())); in TEST_F()663 auto sub_block_device = dm.GetParentBlockDeviceByPath(dev.path()); in TEST_F()
657 std::optional<std::string> DeviceMapper::GetParentBlockDeviceByPath(const std::string& path) { in GetParentBlockDeviceByPath() function in android::dm::DeviceMapper
175 std::optional<std::string> child = dm.GetParentBlockDeviceByPath(blockdev); in BlockDeviceQueueDepth()
246 auto parent = dm.GetParentBlockDeviceByPath(real_path); in MightBeEmmcStorage()
1262 auto parent = dm.GetParentBlockDeviceByPath(dataDevice); in GetStorageSize()