Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel1CommandsLib/
DIf.c99 CONST CHAR16 *ProfilesString; in IsValidProfile() local
102 ProfilesString = ShellGetEnvironmentVariable(L"profiles"); in IsValidProfile()
103 ASSERT(ProfilesString != NULL); in IsValidProfile()
104 TempLocation = StrStr(ProfilesString, String); in IsValidProfile()