Home
last modified time | relevance | path

Searched refs:SourcesDict (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/POM/
DCommonObject.py577 self.SourcesDict = {}
681 def SetSourcesDict(self, SourcesDict): argument
682 self.SourcesDict = SourcesDict
685 return self.SourcesDict
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Xml/
DCommonXml.py595 self.SourcesDict = {}
648 self.SourcesDict = SourceDict
668 UserExtension.SetSourcesDict(self.SourcesDict)
729 SourcesDict = UserExtension.GetSourcesDict()
730 if SourcesDict:
732 Root.appendChild(Tmp.ToXml(SourcesDict, 'Sources'))