Home
last modified time | relevance | path

Searched refs:first_filename (Results 1 – 1 of 1) sorted by relevance

/build/make/tools/
Dcompare_builds.py506 def DiffFiles(first_filename, second_filename): argument
507 def AreFileContentsSame(remaining, first_filename, second_filename): argument
510 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):