Searched refs:files_with_same_hash (Results 1 – 2 of 2) sorted by relevance
149 def combine_notice_files_xml(files_with_same_hash, input_dir, output_filename): argument157 for file_key in files_with_same_hash.keys():158 for filename in files_with_same_hash[file_key]:234 files_with_same_hash = defaultdict(list)254 files_with_same_hash[file_md5sum].append(filename)256 filesets = [sorted(files_with_same_hash[md5]) for md5 in sorted(files_with_same_hash.keys())]264 combine_notice_files_xml(files_with_same_hash, input_dir, xml_output_file)
149 def combine_notice_files_xml(files_with_same_hash, input_dirs, output_filename): argument157 for file_key in files_with_same_hash.keys():158 for filename in files_with_same_hash[file_key]:235 files_with_same_hash = defaultdict(list)255 files_with_same_hash[file_md5sum].append(filename)257 … filesets = [sorted(files_with_same_hash[md5]) for md5 in sorted(files_with_same_hash.keys())]265 combine_notice_files_xml(files_with_same_hash, input_dirs, xml_output_file)