HomeSort by relevance Sort by last modified time
    Searched refs:checksum_path (Results 1 - 2 of 2) sorted by null

  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
base.py 345 checksum_path = self._filesystem.splitext(png_path)[0] + '.checksum'
347 if self.path_exists(checksum_path):
348 return self._filesystem.read_binary_file(checksum_path)
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/
rebaseline_chromium_webkit_tests.py 430 def _png_has_same_checksum(self, checksum_path, test, checksum_expected_fullpath):
442 checksum_in_text_file = fs.read_text_file(checksum_path)
    [all...]

Completed in 50 milliseconds