Searched refs:GetParentBlockDeviceByPath (Results 1 – 6 of 6) sorted by relevance
230 std::optional<std::string> GetParentBlockDeviceByPath(const std::string& path);
601 TEST(libdm, GetParentBlockDeviceByPath) { in TEST() argument616 ASSERT_FALSE(dm.GetParentBlockDeviceByPath(loop.device())); in TEST()617 auto sub_block_device = dm.GetParentBlockDeviceByPath(dev.path()); in TEST()
561 std::optional<std::string> DeviceMapper::GetParentBlockDeviceByPath(const std::string& path) { in GetParentBlockDeviceByPath() function in android::dm::DeviceMapper
1667 auto parent = dm.GetParentBlockDeviceByPath(current); in UnwindDmDeviceStack()1760 auto next_device = dm.GetParentBlockDeviceByPath(block_device); in fs_mgr_remount_userdata_into_checkpointing()
217 auto parent = dm.GetParentBlockDeviceByPath(real_path); in IsEmmcStorage()
1154 auto loop_device = dm.GetParentBlockDeviceByPath(dm_path); in TEST_F()