[roll] Roll fuchsia [tools][fuzz] Implement emulated target filesystem for v2 fuzzers

Adds code to preserve semantics around file and directory handling from
the perspective of undercoat clients despite the fact that we now will
no longer interact directly with the target filesystem.

Also incidentally fixes some places where we were using deprecated
ioutil methods.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/716684
Original-Revision: cd20f4f94c47cbc2271a1821fc56681588f3a7ce
GitOrigin-RevId: 470cf42530e845f5cb4f93438b4a968695437b6b
Change-Id: Ie47dc89cd9939c1f14e163ad14214fd6077aac9c
1 file changed
tree: 989043950a249a66fa6f4f43ddee439091cc2f9c
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.