Searched refs:GetDmDeviceUuidByName (Results 1 – 3 of 3) sorted by relevance
186 bool GetDmDeviceUuidByName(const std::string& name, std::string* path);
457 bool DeviceMapper::GetDmDeviceUuidByName(const std::string& name, std::string* uuid) { in GetDmDeviceUuidByName() function in android::dm::DeviceMapper
410 if (!dm.GetDmDeviceUuidByName(argv[0], &uuid)) { in GetUuidCmdHandler()