Home
last modified time | relevance | path

Searched refs:LengthStr (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/OpenPlatformPkg/Applications/SpiTool/
DSpiFlashCmd.c218 CONST CHAR16 *LengthStr = NULL, *FileStr = NULL; in ShellCommandRunSpiFlash() local
310 LengthStr = ShellCommandLineGetRawValue (CheckPackage, 3); in ShellCommandRunSpiFlash()
315 LengthStr = ShellCommandLineGetRawValue (CheckPackage, 2); in ShellCommandRunSpiFlash()
320 LengthStr = ShellCommandLineGetRawValue (CheckPackage, 3); in ShellCommandRunSpiFlash()
357 if ((LengthStr == NULL) & LengthFlag) { in ShellCommandRunSpiFlash()
361 ByteCount = ShellStrToUintn (LengthStr); in ShellCommandRunSpiFlash()
363 Print (L"sf: Wrong length parameter %s!\n", LengthStr); in ShellCommandRunSpiFlash()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/SetupBrowserDxe/
DSetup.c1389 UINTN LengthStr; in BufferToValue() local
1431 LengthStr = StrLen (Value); in BufferToValue()
1439 if (LengthStr > (UINTN) Question->StorageWidth * 2) { in BufferToValue()
1442 Length = LengthStr; in BufferToValue()
1464 TemStr[0] = Value[LengthStr - Index - 1]; in BufferToValue()