[roll] Roll fuchsia [vfs][rust] Complete Open Rename

Rename all instances of `open3` in public methods to `open`, and mark
all deprecated io1 Open methods as `deprecated_open`. Add a default
implementation for `deprecated_open` and remove it from test
implementations where it is not required.

There still remain a few callers of the `deprecated_open` methods which
will be addressed in more targeted follow up changes.

Test: No functional change, rename only.
Original-Bug: 324111518
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1248404
Owners-Override: James Robinson <jamesr@google.com>
Original-Revision: 3d006001dfd50f512da6a82787995a8c7f975066
GitOrigin-RevId: f760a08f9d33782ea93b5897d6b49ecb2fd31ed9
Change-Id: I41d41c8ea65ac7db4cfaf03c3ad3647c268525c2
1 file changed
tree: 3f0d498b489f3141cf7e1e4694bd9ac4676cf621
  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.