Searched defs:TimeString (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLevel2CommandsLib/
H A DTimeDate.c282 Verify that the TimeString is valid and if so set that as the current
285 @param[in] TimeString The pointer to a string representation of the time.
289 @retval SHELL_INVALID_PARAMETER TimeString was NULL.
290 @retval SHELL_INVALID_PARAMETER TimeString was mis-formatted.
296 IN CONST CHAR16 *TimeString,
307 if (TimeString != NULL && !InternalIsTimeLikeString(TimeString, L':', 1, 2, FALSE)) {
317 if (TimeString != NULL) {
319 TimeStringCopy = StrnCatGrow(&TimeStringCopy, NULL, TimeString, 0);
295 CheckAndSetTime( IN CONST CHAR16 *TimeString, IN CONST INT16 Tz, IN CONST UINT8 Daylight ) argument

Completed in 804 milliseconds