Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/EmbeddedPkg/Ebl/
DVariable.c96 UINT32 AsciiValueLength; in EblSetCmd() local
159 AsciiValueLength = AsciiStrLen (AsciiValue); in EblSetCmd()
160 if ((AsciiValue[AsciiValueLength-2] != '\\') && (AsciiValue[AsciiValueLength-1] == '"')) { in EblSetCmd()
161 AsciiValue[AsciiValueLength-1] = '\0'; in EblSetCmd()
165 for (Index = 0; Index < AsciiValueLength; Index++) { in EblSetCmd()
173 AsciiValue[AsciiValueLength-1-Index] = '\0'; in EblSetCmd()