[roll] Roll fuchsia [dl] RetrieveFile returns fit::result

RetrieveFile returns a `fit::result<std::optional<Error>, File>` with
the following semantics:

- fit::error{std::nullopt} is a not found error
- fit::error{Error} is some other system error described by
  elfldltl::ZirconError or elfldltl::PosixError (or any error type that
  can be passed to Diagnostics::SystemError).
- fit::ok{File} is the found elfldltl File API type for the module

Original-Bug: 336633049
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1039151
Original-Revision: 25060466cc8a91d496b06f981377c2dc8225afba
GitOrigin-RevId: d8a9544cd076690b182e3c67806724b234f689cf
Change-Id: I08288b87be4a44036b0c8062eb8d1f880f0ac4b8
1 file changed
tree: 76b93f6f05e47afbdfd9165c77c41148d66e0cc0
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
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.