[roll] Roll fuchsia [storage] Migrate targets to new Open method

Migrate all targets outside of conformance tests, the Rust VFS, and
fxfs to use the new open method. The only remaining targets inside of
storage that depend on the deprecated methods are:

 - //src/storage/conformance: Test helpers require migration.
 - //src/storage/lib/vfs/rust: Test helpers require migration.
 - //src/storage/fxfs/platform: Block devices require migration.

These targets will be migrated in separate follow-up changes.

Original-Bug: 324111518
Test: fx test //src/storage
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1249007
Original-Revision: 5c76d90d0eaa3f4d767dc054a32b6ce2dde0fae6
GitOrigin-RevId: 110c0d8aa8757285e4aeb579ae605a79c79c7bac
Change-Id: Ie8397e741616f3008af9ab04da728de4aad20bde
1 file changed
tree: be4f3568d61b9e2a5089987c94aaa6ba1f9a9360
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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 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.