Searched refs:all_old_hashes (Results 1 – 1 of 1) sorted by relevance
174 def any_old_hash_missing(all_new_hashes, all_old_hashes): argument176 for file, old_hashes in all_old_hashes.items():211 all_old_hashes = load_hashes()224 if fname not in all_old_hashes:225 all_old_hashes[fname] = {}226 if any_hash_dirty(name, filenames, new_hashes, all_old_hashes[fname]):244 if any_old_hash_missing(all_new_hashes, all_old_hashes):