Searched refs:postfix (Results 1 – 3 of 3) sorted by relevance
39 def get_file_list(find_path, postfix=""): argument44 if postfix != "":45 if file_name.find(postfix) != -1 \46 and file_name[-len(postfix):] == postfix:54 def get_file_list_by_postfix(path, postfix=""): argument57 files = get_file_list(find_path=dirs[0], postfix=postfix)
43 def get_file_list(find_path, postfix): argument48 if name.find(postfix) != -1 and name[-len(postfix):] == postfix:53 def get_file_list_by_postfix(path, postfix, filter_jar=""): argument56 files = get_file_list(find_path=dirs[0], postfix=postfix)
96 postfix = '%04d' % subgncnt97 dirpath = suitename + postfix