DuplicateDevicePath
return DuplicateDevicePath ((SecondDevicePath != NULL) ? SecondDevicePath : &mUefiDevicePathLibEndDevicePath);
return DuplicateDevicePath (FirstDevicePath);
return DuplicateDevicePath ((DevicePath != NULL) ? DevicePath : &mUefiDevicePathLibEndDevicePath);
return DuplicateDevicePath (DevicePathInstance);
ReturnValue = DuplicateDevicePath (*DevicePath);