[roll] Roll fuchsia [super_parser] Rename struct SuperParser -> Metadata

Now that the struct is named `Metadata`, drop the `metadata_` prefix in
names of its field. I.e.:
  * metadata_geometry -> geometry
  * meatadata_header -> header

Also renamed function `SuperParser::open_device(..)` to
`Metadata::load_from_device(..)` which better suits the new struct name.

Original-Bug: 404952286
Test: No functional change
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1272609
Original-Revision: a7902945a1abc8519622893b1acc025f39215b6d
GitOrigin-RevId: efb305e25dce3bccb0210aa24997296b3a799564
Change-Id: I07f8b72b191b339c37ee95cfbcad7c16b47c2fdb
1 file changed
tree: 0de345180e8e13b93bc114bf5912d762c39f5218
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. 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 in one of the communication channels documented at get involved.

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.