Searched refs:first_filename (Results 1 – 1 of 1) sorted by relevance
506 def DiffFiles(first_filename, second_filename): argument507 def AreFileContentsSame(remaining, first_filename, second_filename): argument510 with open(first_filename, "rb") as first_file:519 first_stat = os.stat(first_filename, follow_symlinks=False)520 second_stat = os.stat(first_filename, follow_symlinks=False)532 if os.readlink(first_filename) != os.readlink(second_filename):535 if not AreFileContentsSame(first_stat.st_size, first_filename, second_filename):