Searched refs:GetDmDeviceNameByPath (Results 1 – 4 of 4) sorted by relevance
608 TEST_F(DmTest, GetDmDeviceNameByPath) { in TEST_F() argument624 ASSERT_FALSE(dm.GetDmDeviceNameByPath(loop.device())); in TEST_F()625 auto name = dm.GetDmDeviceNameByPath(dev.path()); in TEST_F()
622 std::optional<std::string> DeviceMapper::GetDmDeviceNameByPath(const std::string& path) { in GetDmDeviceNameByPath() function in android::dm::DeviceMapper
281 std::optional<std::string> GetDmDeviceNameByPath(const std::string& path);
1824 auto name = dm.GetDmDeviceNameByPath(block_device); in fs_mgr_remount_userdata_into_checkpointing()