[roll] Roll fuchsia [component_debug] fdio open_deprecated -> open

The test utils requires the handling of `RealmQueryRequest::Open` which
takes the io1` OpenFlags`. It calls FDIO namespace open method which we
want to transition to call the new Open3 and thus take the io2 `Flags`.

As part of this change, do a mapping from the (io1) OpenFlags to (io2)
Flags. The mapping assumes that the incoming open flags only has
RIGHT_READABLE, RIGHT_WRITABLE, or RIGHT_EXECUTABLE set.

Original-Bug: 376575307
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1162093
Original-Revision: ff0fea774dbec0cb6b0c87f870a1a023ab646075
GitOrigin-RevId: b06298ac3790908f07849a7db448862547a978e9
Change-Id: I6293eda2d5b147a7b0697d00df2737b3469370f0
1 file changed
tree: b1ab9e34cc8bd176d4af6b72cc231d16f7c52a45
  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.