[roll] Roll fuchsia [fshost] Add support for mounting Blobfs

This CL also:

 * fills out much of the implementation for real devices, including an
   implementation for content_format.

 * changes paths to use str/String rather than Path/PathBuf since
   strings are easier to use.

 * changes the interfaces to use mut references.  We might need to
   change back if we find a need to make them multi-threaded.

Original-Bug: 87511
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/707346
Original-Revision: 6f92c812cfa99c499b783e6595e185b4dcc28f08
GitOrigin-RevId: 37202762256c110ef92107f46364cd11415c4085
Change-Id: Ibe4086d2783a08faeb3458fdffc690394a4875c8
1 file changed
tree: a9167a1b0e0df1a7acca83948720949307d26886
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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.