Searched refs:GetDeviceNameAndUuid (Results 1 – 4 of 4) sorted by relevance
301 bool GetDeviceNameAndUuid(dev_t dev, std::string* name, std::string* uuid);
123 return dm.GetDeviceNameAndUuid(dev, name, uuid); in FindDmDevice()
246 bool DeviceMapper::GetDeviceNameAndUuid(dev_t dev, std::string* name, std::string* uuid) { in GetDeviceNameAndUuid() function in android::dm::DeviceMapper
756 ASSERT_TRUE(dm.GetDeviceNameAndUuid(dev, &name, &uuid)); in TEST_F()