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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Library/
H A DMisc.py657 # @param StringIn: The string contains version defined in INF file.
660 def ConvertVersionToDecimal(StringIn):
661 if IsValidHexVersion(StringIn):
662 Value = int(StringIn, 16)
670 if StringIn.find(TAB_SPLIT) != -1:
671 return StringIn
672 elif StringIn:
673 return StringIn + '.0'
676 # when StringIn is '', return it directly
678 return StringIn
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DFont.c1591 EFI_STRING StringIn; local
1677 StringIn = NULL;
1745 StringIn = AllocateZeroPool (StrSize (StringPtr));
1746 if (StringIn == NULL) {
1750 StringTmp = StringIn;
1759 StringPtr = StringIn;
2194 if (StringIn != NULL) {
2195 FreePool (StringIn);
2718 EFI_STRING StringIn; local
2829 StringIn
[all...]

Completed in 104 milliseconds