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

  /device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
GuidSection.py 62 self.CurrentArchList = GenFdsGlobalVariable.ArchList
67 self.CurrentArchList = [FfsInf.CurrentArch]
132 ExternalTool, ExternalOption = FindExtendTool(self.KeyStringList, self.CurrentArchList, self.NameGuid)
FfsInfStatement.py 513 CurrentArchList = []
515 CurrentArchList = ['common']
517 CurrentArchList.append(self.CurrentArch)
519 for CurrentArch in CurrentArchList:
    [all...]
GenFds.py 423 # @param CurrentArchList Arch list
426 def FindExtendTool(KeyStringList, CurrentArchList, NameGuid):
434 KeyStringList = [Target + '_' + ToolChain + '_' + CurrentArchList[0]]
435 for Arch in CurrentArchList:
    [all...]

Completed in 5085 milliseconds