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

  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
ToolDefClassObject.py 46 # @var ToolsDefTxtDictionary: To store keys and values defined in target.txt
51 self.ToolsDefTxtDictionary = {}
92 for Key in dict(self.ToolsDefTxtDictionary):
98 if NewKey not in self.ToolsDefTxtDictionary:
99 self.ToolsDefTxtDictionary[NewKey] = self.ToolsDefTxtDictionary[Key]
101 del self.ToolsDefTxtDictionary[Key]
103 del self.ToolsDefTxtDictionary[Key]
204 self.ToolsDefTxtDictionary[Name] = Value
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
GenFds.py 443 ToolDefinition = ToolDefClassObject.ToolDefDict(GenFdsGlobalVariable.ConfDir).ToolsDefTxtDictionary
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/build/
build.py     [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
AutoGen.py     [all...]

Completed in 764 milliseconds