Home | History | Annotate | Download | only in GenFds

Lines Matching refs:FileList

80         """If the file name was pointed out, add it in FileList"""

81 FileList = []
91 FileList.append(Filename)
93 FileList.append(Filename)
95 FileList, IsSect = Section.Section.GetFileList(FfsInf, self.FileType, self.FileExtension, Dict)
97 return FileList, self.Alignment
126 elif FileList != []:
127 for File in FileList:
181 elif FileList != []:
182 for File in FileList:
213 if FileList == [] :
222 for File in FileList: