commit | 6fc4ccc4147505aa387bb3eae60f9151b9325310 | [log] [tgz] |
---|---|---|
author | Joshua Seaton <joshuaseaton@fuchsia.infra.roller.google.com> | Wed Sep 01 22:04:39 2021 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Sep 01 15:05:50 2021 -0700 |
tree | 022fb98bcf08f8b1da65d5bd7567422117974b2b | |
parent | 011fc26af07cc01627359487e52dd45f4fb2e302 [diff] |
[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
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.