Searched refs:GetParentBlockDeviceByPath (Results 1 – 6 of 6) sorted by relevance
243 std::optional<std::string> GetParentBlockDeviceByPath(const std::string& path);
602 TEST(libdm, GetParentBlockDeviceByPath) { in TEST() argument617 ASSERT_FALSE(dm.GetParentBlockDeviceByPath(loop.device())); in TEST()618 auto sub_block_device = dm.GetParentBlockDeviceByPath(dev.path()); in TEST()
600 std::optional<std::string> DeviceMapper::GetParentBlockDeviceByPath(const std::string& path) { in GetParentBlockDeviceByPath() function in android::dm::DeviceMapper
682 auto parent = dm.GetParentBlockDeviceByPath(block_device); in SetReadAheadSize()1755 auto parent = dm.GetParentBlockDeviceByPath(current); in UnwindDmDeviceStack()1848 auto next_device = dm.GetParentBlockDeviceByPath(block_device); in fs_mgr_remount_userdata_into_checkpointing()
224 auto parent = dm.GetParentBlockDeviceByPath(real_path); in IsEmmcStorage()
1189 auto loop_device = dm.GetParentBlockDeviceByPath(dm_path); in TEST_F()