[roll] Roll fuchsia [zbi] Allow reading special files when input size is limited

When using `--type=foo:123 /dev/bar` it's permissible to read
non-regular files since the size is constrained.  This works by
reading into a buffer rather than mapping.  It also does not
consider multiple references to the same input file to be cacheable
duplicates when it's a non-regular file.

Original-Bug: 49733
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/489578
Original-Revision: 003353cf940623b24a87d7ad8525308035fdb9ed
GitOrigin-RevId: c0e6e0d12f89d03fbee71970cf400a10b16709ee
Change-Id: Ia90115ab4a5c84808001e271d79c70faa3516fb8
1 file changed
tree: 06d23a1726b0239e52727938235b144e096c0381
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. flower
  8. jiri.lock
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.