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

  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
chromium.py 431 png_path = self._image_path
432 if png_path and self._port._filesystem.exists(png_path):
433 return self._port._filesystem.read_binary_file(png_path)
453 png_path = self._image_path
454 if png_path and self._port._filesystem.exists(png_path):
455 self._port._filesystem.remove(png_path)
base.py 344 png_path = self.expected_filename(test, '.png')
345 checksum_path = self._filesystem.splitext(png_path)[0] + '.checksum'
350 if self.path_exists(png_path):
351 with self._filesystem.open_binary_file_for_reading(png_path) as filehandle:
    [all...]

Completed in 380 milliseconds