Searched refs:MiscFileList (Results 1 – 5 of 5) sorted by relevance
100 self.MiscFileList = [] 175 def SetMiscFileList(self, MiscFileList): argument176 self.MiscFileList = MiscFileList179 return self.MiscFileList
546 self.MiscFileList = [] 644 def SetMiscFileList(self, MiscFileList): argument645 self.MiscFileList = MiscFileList648 return self.MiscFileList
292 …MiscFileList = Tmp.FromXml(XmlNode(Item, '/PackageSurfaceArea/MiscellaneousFiles'), 'Miscellaneous…293 if MiscFileList:294 Package.SetMiscFileList([MiscFileList])
456 MiscFileList = []461 MiscFileList.append(FileObj)462 MiscFile.SetFileList(MiscFileList)490 MiscFileList = []496 MiscFileList.append(FileObj)497 MiscFile.SetFileList(MiscFileList)
658 …MiscFileList = Tmp.FromXml(XmlNode(Item, '/ModuleSurfaceArea/MiscellaneousFiles'), 'MiscellaneousF…659 if MiscFileList:660 Module.SetMiscFileList([MiscFileList])