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

  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/Parser/
InfDepexObject.py 48 self.SupArch = ''
59 self.SupArch = Arch
61 return self.SupArch
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Xml/
CommonXml.py 654 SupArch = XmlAttribute(XmlNode(Item, '%s' % Key), 'SupArchList')
655 self.SupArchList = [Arch for Arch in GetSplitValueList(SupArch, DataType.TAB_SPACE_SPLIT) if Arch]
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/GenMetaFile/
GenInfFile.py     [all...]

Completed in 379 milliseconds