Searched refs:GetParentBlockDeviceByPath (Results 1 – 7 of 7) sorted by relevance
114 auto parent = dm.GetParentBlockDeviceByPath(parent_bdev); in TEST()
101 std::optional<std::string> child = dm.GetParentBlockDeviceByPath(blockdev); in BlockDeviceQueueDepth()
694 auto parent = dm.GetParentBlockDeviceByPath(block_device); in SetReadAheadSize()1730 auto parent = dm.GetParentBlockDeviceByPath(current); in UnwindDmDeviceStack()1823 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()
629 TEST_F(DmTest, GetParentBlockDeviceByPath) { in TEST_F() argument644 ASSERT_FALSE(dm.GetParentBlockDeviceByPath(loop.device())); in TEST_F()645 auto sub_block_device = dm.GetParentBlockDeviceByPath(dev.path()); in TEST_F()
642 std::optional<std::string> DeviceMapper::GetParentBlockDeviceByPath(const std::string& path) { in GetParentBlockDeviceByPath() function in android::dm::DeviceMapper
287 std::optional<std::string> GetParentBlockDeviceByPath(const std::string& path);