Searched refs:FileExt (Results 1 – 3 of 3) sorted by relevance
204 def IsSupported(self, FileExt): argument205 return FileExt in self.SourceFileExtList450 for FileExt in BuildRule.SourceFileExtList:451 self.Ext2FileType[FileExt] = self._FileType
241 FileExt = os.path.splitext(File)[1]242 if FileExt.lower() != Ext.lower():
646 Dummy, FileExt = os.path.splitext(File)647 if FileExt.lower() != Ext.lower():693 Dummy, FileExt = os.path.splitext(File)694 if FileExt.lower() != Ext.lower():