Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
DString.py30 gHumanReadableVerPatt = re.compile(r'([1-9][0-9]*|0)\.[0-9]{1,2}$') variable
466 if gHumanReadableVerPatt.match(VerString):