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

  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/Parser/
InfLibraryClassesObject.py 131 for LibItem in LibContent:
134 HelpStringObj = LibItem[1]
135 LibItemObj.CurrentLine.SetFileName(LibItem[2][2])
136 LibItemObj.CurrentLine.SetLineNo(LibItem[2][1])
137 LibItemObj.CurrentLine.SetLineString(LibItem[2][0])
138 LibItem = LibItem[0]
141 if len(LibItem) >= 1:
142 if LibItem[0].strip() != '':
143 if IsValidLibName(LibItem[0].strip()):
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/PomAdapter/
InfPomAlignment.py     [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Xml/
XmlParser.py 675 for LibItem in AsBuilt.LibraryInstancesList:
676 CheckDict = {'Guid':LibItem.Guid,
677 'Version':LibItem.Version}
    [all...]

Completed in 155 milliseconds