[roll] Roll fuchsia [blobfs] Remove BlobLoader::LoadResult.

Remove the BlobLoader::LoadResult and put all information in the
LoaderInfo struct.

The main structure change is that a BlobLayout object is now kept for
every blob. Before the BlobLayout was used to compute a few values which
were saved, and then it was discarded. The BlobLayout struct is
relatively small, this allows less duplication, and it seems like the
values it has should be readily available anyway. This allows some
cleanup in various places.

Original-Bug: 79611
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/562143
Original-Revision: 8a764a0b21dcd0629748c186ba6dd0f0175c0084
GitOrigin-RevId: 07f026ff3b8421295172517a91337d1c906920a3
Change-Id: I90a132591c0829c668003fc7b4301387eccf37ef
1 file changed
tree: 8edff2e2e65ddb4c262a719082fcb192a643bb50
  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.