Searched refs:CurrentKey (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Xml/
H A DIniToXml.py82 # @param CurrentKey: CurrentKey
85 def ParseFileList(Line, Map, CurrentKey, PathFunc):
114 Map[CurrentKey].append(FileList)
327 CurrentKey = ''
338 CurrentKey = ''
360 if CurrentKey == '':
363 elif CurrentKey == 'FileList':
367 Valid, Cause = ParseFileList(Line, Map, CurrentKey,
377 Map[CurrentKey]
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Console/ConSplitterDxe/
H A DConSplitter.c3243 EFI_INPUT_KEY CurrentKey; local
3256 &CurrentKey
3259 *Key = CurrentKey;

Completed in 47 milliseconds