Searched defs:CheckGuidRegFormat (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Parser/
H A DDecParserMisc.py30 from Library.Misc import CheckGuidRegFormat namespace
222 or (IsValidNList(Value)) or (CheckGuidRegFormat(Value))
H A DDecParser.py57 from Library.Misc import CheckGuidRegFormat namespace
463 if not CheckGuidRegFormat(Token):
658 if not CheckGuidRegFormat(TokenList[1]):
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Library/
H A DParsing.py40 from Library.Misc import CheckGuidRegFormat namespace
613 if CheckGuidRegFormat(List[1]):
H A DMisc.py70 def CheckGuidRegFormat(GuidValue): function
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Object/Parser/
H A DInfDefineObject.py27 from Library.Misc import CheckGuidRegFormat namespace
253 if (CheckGuidRegFormat(FileGuid)):

Completed in 52 milliseconds