[roll] Roll fuchsia [starnix] Migrate Starnix VFS to io2

Migrate all instances of deprecated flags and helper functions to the
new io2 equivalents.

This does not address every instance of these types in Starnix yet, but
those will be handled by a separate follow-up. In particular, the
StarnixNodeConnection implements a Rust VFS trait that still references
OpenFlags, and some unit tests use a deprecated RealmQuery method which
also takes OpenFlags.

Original-Bug: 378924259
Test: fx test //src/starnix
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1160274
Original-Revision: 03c48b337378bc1e95298cdb9b5b5feca695c251
GitOrigin-RevId: 98fbddd76608a1bf4f58cc219cb541fb5dc0440e
Change-Id: If12f6b890206c48af0f26423213f067fbd174bd6
1 file changed
tree: 11b08e1e5228e8bf6cbe2890fdcc448b8635e490
  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.