Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/LibC/StdLib/
DEnvirons.c220 CHAR16 * UValue; in setenv() local
236 UValue = &gMD->UString2[0]; in setenv()
242 AsciiStrToUnicodeStr ( value, UValue ); in setenv()
254 Status = ShellSetEnvironmentVariable ( UName, UValue, TRUE ); in setenv()
265 Status = ShellSetEnvironmentVariable ( UName, UValue, FALSE ); in setenv()