Searched refs:all_old_hashes (Results 1 – 1 of 1) sorted by relevance
158 def any_old_hash_missing(all_new_hashes, all_old_hashes): argument160 for file, old_hashes in all_old_hashes.iteritems():192 all_old_hashes = load_hashes()205 if fname not in all_old_hashes:206 all_old_hashes[fname] = {}207 if any_hash_dirty(name, filenames, new_hashes, all_old_hashes[fname]):225 if any_old_hash_missing(all_new_hashes, all_old_hashes):