[roll] Roll fuchsia [fuchsia.io] Rename Open3 -> Open, mark Open1 as Deprecated

Rename Open (io1) to DeprecatedOpen, and Open3 (io2) back to Open at
NEXT. This will make it a lot easier to find all the remaining clients
we have to migrate, while also preemptively renaming all new Open3
clients to use the name Open again.

Remaining callers of the now deprecated io1 Open method will be migrated
in more targeted follow-up changes. There may be a few more large-scale
renaming CLs to tackle method renames across various helper libraries in
the VFS and CF.

Unlike other deprecated methods, we can't make the deprecated version of
Open1 flexible yet due to it's use within Go code. This will be
addressed as part of https://fxbug.dev/356225729.

Original-Bug: 384759360
Test: No functional change, rename only.
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1198824
Owners-Override: Adam Barth <abarth@google.com>
Original-Revision: 05cd832fe03543a5b182a901685a4348375e7dac
GitOrigin-RevId: bf1b2dbf2acf3a02c1734ad548be7de720eaa57b
Change-Id: I92e5cc8326036b18da9526288a3fef7247b04d09
1 file changed
tree: 718f62df4b2b6f65b0886942c6a95ddea49a5553
  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.