[roll] Roll fuchsia [zbitl] Update BootfsView's find API

This change removes the
```
iterator find(std::string_view filename, std::string_view dirname);
```
signature in favour of
```
iterator find(std::string_view filename);
iterator find(std::initializer_list<std::string_view> path_parts);
```
The latter presents a cleaner, more flexible API.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/575701
Original-Revision: 07ff2bd7c3165f9cc466f2d0c77f80ef6b52a73d
GitOrigin-RevId: 7058e5f8b9f6ecb09e8c795de0eef6d5674f6134
Change-Id: I6379f6dbc2677ecd5f65bc0bad8156702b963635
1 file changed
tree: 022fb98bcf08f8b1da65d5bd7567422117974b2b
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. 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.