Home | History | Annotate | Download | only in layout_tests

Lines Matching refs:filehandle

440         with fs.open_binary_file_for_reading(png_fullpath) as filehandle:
441 checksum_in_png = read_checksum_from_png.read_checksum(filehandle)