Searched refs:SourceFileList (Results 1 – 12 of 12) sorted by relevance
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/ |
D | MultiThread.c | 117 NewSourceFile->Next = BuildItem->SourceFileList; in AddSourceFile() 118 BuildItem->SourceFileList = NewSourceFile; in AddSourceFile() 229 TempSourceFile = TempBuildItem->SourceFileList; in FreeBuildList() 410 SOURCE_FILE_ITEM *SourceFileList in CheckSourceFile() argument 416 while (SourceFileList != NULL) { in CheckSourceFile() 419 TempSourceFile = TempBuildItem->SourceFileList; in CheckSourceFile() 421 if (_stricmp (SourceFileList->FileName, TempSourceFile->FileName) == 0) { in CheckSourceFile() 428 SourceFileList = SourceFileList->Next; in CheckSourceFile() 588 if (CheckSourceFile (CurrentBuildItem->SourceFileList)) { in ThreadProc()
|
D | MultiThread.h | 40 SOURCE_FILE_ITEM *SourceFileList; member
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/ |
D | Eot.py | 46 def __init__(self, CommandLineOption=True, IsInit=True, SourceFileList=None, \ argument 56 self.SourceFileList = SourceFileList 106 self.GenerateSourceFileList(self.SourceFileList, self.IncludeDirList) 235 def GenerateSourceFileList(self, SourceFileList, IncludeFileList): argument 244 if SourceFileList: 245 sfl = open(SourceFileList, 'rb') 556 if Options.SourceFileList: 557 self.SourceFileList = Options.SourceFileList
|
D | InfParserLite.py | 43 …def __init__(self, Filename = None, Database = None, SourceFileList = None, SourceOverridePath = N… argument 58 if SourceFileList: 59 for Item in SourceFileList:
|
D | Parser.py | 230 SourceFileList = [] 235 SourceFileList.append(Record[0]) 237 return SourceFileList 250 SourceFileList = GetAllSourceFiles(Db) 254 for Item in SourceFileList:
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/POM/ |
D | ModuleObject.py | 494 self.SourceFileList = [] 566 def SetSourceFileList(self, SourceFileList): argument 567 self.SourceFileList = SourceFileList 570 return self.SourceFileList
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/ |
D | StrGather.py | 521 def GetFileList(SourceFileList, IncludeList, SkipList): argument 529 for File in SourceFileList: 592 def GetStringFiles(UniFilList, SourceFileList, IncludeList, IncludePathList, SkipList, BaseName, Is… argument 604 FileList = GetFileList(SourceFileList, IncludeList, SkipList)
|
D | GenMake.py | 452 … if len(self._AutoGenObject.SourceFileList) == 0 and len(self._AutoGenObject.BinaryFileList) == 0: 552 if len(self.ResultFileList) == 0 and len(self._AutoGenObject.SourceFileList) <> 0: 691 for File in self._AutoGenObject.SourceFileList: 790 SourceFileList = [] 792 SourceFileList.extend(Target.Inputs) 795 SourceFileList,
|
D | GenC.py | 1379 if Info.SourceFileList <> None and Info.SourceFileList <> []: 1573 SrcList = [F for F in Info.SourceFileList] 1631 SrcList = [F for F in Info.SourceFileList] 1646 for sourcefile in Info.SourceFileList:
|
D | AutoGen.py | 3256 if self.SourceFileList: 3490 if not self.SourceFileList: 3494 for SrcFile in self.SourceFileList: 3631 if self.SourceFileList == None or self.SourceFileList == []: 4083 SourceFileList = property(_GetSourceFileList) variable in ModuleAutoGen
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/ |
D | FfsInfStatement.py | 199 self.SourceFileList = Inf.Sources 212 self.SourceFileList = Inf.Sources 221 if len(self.SourceFileList) != 0 and not self.InDsc:
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/build/ |
D | BuildReport.py | 380 for Source in M.SourceFileList: 462 for Source in M.SourceFileList: 1064 for Source in Module.SourceFileList: 1189 Eot(CommandLineOption=False, SourceFileList=SourceList, GuidList=GuidList,
|