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():209 all_old_hashes = load_hashes()247 if fname not in all_old_hashes:248 all_old_hashes[fname] = {}249 if any_hash_dirty(name, filenames, new_hashes, all_old_hashes[fname]):264 if not runningSingleGenerator and any_old_hash_missing(all_new_hashes, all_old_hashes):