commit | 53f516a52b7983d7853fd0ca915a5d7e2f50943d | [log] [tgz] |
---|---|---|
author | Brandon Castellano <bcastell@fuchsia.infra.roller.google.com> | Fri Feb 28 11:10:41 2025 -0800 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Feb 28 11:12:28 2025 -0800 |
tree | 8e7193f46056a8f0dba76614c2522fc71cd905b8 | |
parent | dfe7c0ad6f67c1603ed91708de5ead37bb120a7d [diff] |
[roll] Roll fuchsia [fdio] Migrate fdio_open_fd/fdio_open_fd_at to io2 Reuse flag translation where possible and cleanup indirection when making wire calls. Rename methods to better reflect our intention to eventually remove them where possible, and defer to the new Open method where possible. Document that fdio open functions will return `ZX_ERR_BAD_HANDLE` instead of `ZX_ERR_INVALID_ARGS` when the passed handle is invalid. This matches what most callers already expect, with the exception of //sdk/lib/svc which has been updated in this CL. Remove existing code in fdio that handled returning `ZX_ERR_UNAVAILABLE` only for the `fdio_service_connect_at` function also for //sdk/lib/svc. Original-Bug: 324111518 Original-Bug: 376575307 Test: fx test //sdk/lib/fdio Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1212104 Original-Revision: 2aac80cb17fc40f32305cc40fd71edf6e36ea85b GitOrigin-RevId: 9e9b48eb07d66cbd9f53ef8b19079ceba13c8939 Change-Id: I3b73c226fd2e15bafce889b50f6c95920cfb1036
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.