Home | History | Annotate | Download | only in Library

Lines Matching refs:SkipList

186 # @param SkipList :  The files need be skipped

188 def GetFiles(Root, SkipList=None, FullPath=True):
192 if SkipList:
193 for Item in SkipList:
215 # @param SkipList : List of path need be skipped
220 def GetNonMetaDataFiles(Root, SkipList, FullPath, PrefixPath):
221 FileList = GetFiles(Root, SkipList, FullPath)