Searched refs:GetDmDeviceNameByPath (Results 1 – 4 of 4) sorted by relevance
224 std::optional<std::string> GetDmDeviceNameByPath(const std::string& path);
580 TEST(libdm, GetDmDeviceNameByPath) { in TEST() argument596 ASSERT_FALSE(dm.GetDmDeviceNameByPath(loop.device())); in TEST()597 auto name = dm.GetDmDeviceNameByPath(dev.path()); in TEST()
541 std::optional<std::string> DeviceMapper::GetDmDeviceNameByPath(const std::string& path) { in GetDmDeviceNameByPath() function in android::dm::DeviceMapper
1761 auto name = dm.GetDmDeviceNameByPath(block_device); in fs_mgr_remount_userdata_into_checkpointing()