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

  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Parser/
InfAsBuiltProcess.py 47 VerString = ""
91 VerString = Line
95 if VerString:
96 VerString = GetSplitValueList(VerString, '=', 1)[1]
98 return FileGuidString, VerString
271 VerString = Line
275 if VerString:
276 VerString = GetSplitValueList(VerString, '=', 1)[1]
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
String.py 456 # @param VerString: The version string to be parsed
459 # @retval: If VerString is incorrectly formatted, return "None" which will break the build.
460 # If VerString is correctly formatted, return a Hex value of the Version Number (0xmmmmnnnn)
463 def GetHexVerValue(VerString):
464 VerString = CleanString(VerString)
466 if gHumanReadableVerPatt.match(VerString):
467 ValueList = VerString.split('.')
474 elif gHexVerPatt.match(VerString):
475 return VerString
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
EfiSection.py 132 VerString = f.read()
134 BuildNum = VerString
138 #Ui=VerString,
150 #if VerString == '' and
160 #Ui=VerString,
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/
Misc.py 919 VerString = ""
985 VerString = Line
989 if VerString:
990 VerString = GetSplitValueList(VerString, '=', 1)[1]
992 return FileGuidString, VerString
    [all...]

Completed in 79 milliseconds