Searched refs:GetParentBlockDeviceByPath (Results 1 – 7 of 7) sorted by relevance
104 std::optional<std::string> child = dm.GetParentBlockDeviceByPath(blockdev); in BlockDeviceQueueDepth()
683 auto parent = dm.GetParentBlockDeviceByPath(block_device); in SetReadAheadSize()1756 auto parent = dm.GetParentBlockDeviceByPath(current); in UnwindDmDeviceStack()1849 auto next_device = dm.GetParentBlockDeviceByPath(block_device); in fs_mgr_remount_userdata_into_checkpointing()
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
260 std::optional<std::string> GetParentBlockDeviceByPath(const std::string& path);
224 auto parent = dm.GetParentBlockDeviceByPath(real_path); in IsEmmcStorage()
1189 auto loop_device = dm.GetParentBlockDeviceByPath(dm_path); in TEST_F()