HomeSort by relevance Sort by last modified time
    Searched refs:RegFormatGuidPattern (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Parser/
InfAsBuiltProcess.py 62 RegFormatGuidPattern = re.compile("\s*([0-9a-fA-F]){8}-"
68 GuidMatchedObj = RegFormatGuidPattern.search(String)
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/
Misc.py 78 RegFormatGuidPattern = re.compile("^\s*([0-9a-fA-F]){8}-"
84 if RegFormatGuidPattern.match(GuidValue):
    [all...]

Completed in 76 milliseconds