Attention needed from Chris Drouillard and Owners Override
Brandon Castellano has uploaded the change for review![Open in Gerrit]()
Brandon Castellano would like Owners Override and Chris Drouillard to review this change.
Commit message
[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.
Bug: 324111518
Change-Id: Id0a574af5059bc81a5bab1daec73b060f8130ae1
Change information
Files:
- M sdk/lib/device-watcher/rust/src/lib.rs
- M sdk/lib/driver_test_realm/tests/test.rs
- M sdk/lib/zxio/tests/zxio-test.rs
- M src/connectivity/network/netstack-proxy/src/main.rs
- M src/connectivity/network/testing/netemul/service/src/main.rs
- M src/connectivity/wlan/wlandevicemonitor/src/device_watch.rs
- M src/developer/ffx/tools/playground/src/cf_fs.rs
- M src/developer/ffx/tools/playground/src/host_fs.rs
- M src/fonts/testing/mock_font_resolver/src/main.rs
- M src/lib/fuchsia-component-test/realm_builder_server/src/builtin.rs
- M src/lib/fuchsia-component/server/src/lib.rs
- M src/lib/fuchsia-fs/src/directory/watcher.rs
- M src/lib/process_builder/src/process_builder.rs
- M src/recovery/system/src/ota.rs
- M src/recovery/system/src/ota_main.rs
- M src/starnix/kernel/vfs/file_server.rs
- M src/storage/benchmarks/fuchsia/src/filesystems/pkgdir.rs
- M src/storage/block_adapter/src/lib.rs
- M src/storage/conformance/conformance_harness/rustvfs/src/main.rs
- M src/storage/ext4/server/src/main.rs
- M src/storage/factory/export_ffs/src/lib.rs
- M src/storage/fs_realm/src/main.rs
- M src/storage/fshost/integration/src/disk_builder.rs
- M src/storage/fshost/integration/src/mocks.rs
- M src/storage/fshost/src/main.rs
- M src/storage/fshost/src/watcher.rs
- M src/storage/fuchsia-fatfs/mounter/src/device.rs
- M src/storage/fuchsia-fatfs/src/component.rs
- M src/storage/fuchsia-fatfs/src/directory.rs
- M src/storage/fuchsia-fatfs/src/filesystem.rs
- M src/storage/fuchsia-fatfs/src/lib.rs
- M src/storage/fvm/src/main.rs
- M src/storage/fxfs/platform/src/fuchsia/component.rs
- M src/storage/fxfs/platform/src/fuchsia/debug.rs
- M src/storage/fxfs/platform/src/fuchsia/directory.rs
- M src/storage/fxfs/platform/src/fuchsia/fxblob/directory.rs
- M src/storage/fxfs/platform/src/fuchsia/paged_object_handle.rs
- M src/storage/fxfs/platform/src/fuchsia/testing.rs
- M src/storage/fxfs/platform/src/fuchsia/volume.rs
- M src/storage/fxfs/platform/src/fuchsia/volumes_directory.rs
- M src/storage/fxfs/test-fxfs/src/main.rs
- M src/storage/gpt/component/src/gpt.rs
- M src/storage/gpt/component/src/service.rs
- M src/storage/lib/vfs/rust/src/directory/connection.rs
- M src/storage/lib/vfs/rust/src/directory/entry.rs
- M src/storage/lib/vfs/rust/src/directory/entry_container.rs
- M src/storage/lib/vfs/rust/src/directory/immutable/simple/tests.rs
- M src/storage/lib/vfs/rust/src/directory/mutable/connection.rs
- M src/storage/lib/vfs/rust/src/directory/simple.rs
- M src/storage/lib/vfs/rust/src/lib.rs
- M src/storage/lib/vfs/rust/src/remote.rs
- M src/storage/lib/vfs/rust/src/remote/tests.rs
- M src/storage/lib/vfs/rust/src/test_utils/run.rs
- M src/storage/lib/vfs/rust/src/token_registry.rs
- M src/storage/open3_migration.gni
- M src/sys/component_manager/lib/sandbox/src/fidl/dict.rs
- M src/sys/component_manager/lib/sandbox/src/fidl/dir_entry.rs
- M src/sys/component_manager/lib/serve_processargs/src/lib.rs
- M src/sys/component_manager/lib/serve_processargs/src/namespace.rs
- M src/sys/component_manager/src/builtin/fuchsia_boot_resolver.rs
- M src/sys/component_manager/src/framework/realm_query.rs
- M src/sys/component_manager/src/model/routing/service.rs
- M src/sys/component_manager/src/model/storage/admin_protocol.rs
- M src/sys/component_manager/src/model/testing/out_dir.rs
- M src/sys/component_manager/src/model/tests/directory.rs
- M src/sys/component_manager/tests/resolvers/boot/src/integration_test.rs
- M src/sys/full-resolver/src/main.rs
- M src/sys/lib/elf_runner/src/runtime_dir.rs
- M src/sys/pkg/bin/pkg-cache/src/base_resolver/package.rs
- M src/sys/pkg/bin/pkg-cache/src/cache_service.rs
- M src/sys/pkg/bin/pkg-cache/src/compat/pkgfs/validation.rs
- M src/sys/pkg/bin/pkg-cache/src/main.rs
- M src/sys/pkg/bin/pkg-cache/src/root_dir.rs
- M src/sys/pkg/lib/package-directory/src/lib.rs
- M src/sys/pkg/lib/package-directory/src/meta_as_dir.rs
- M src/sys/pkg/lib/package-directory/src/meta_subdir.rs
- M src/sys/pkg/lib/package-directory/src/non_meta_subdir.rs
- M src/sys/pkg/lib/package-directory/src/root_dir.rs
- M src/sys/pkg/lib/package-directory/src/root_dir_cache.rs
- M src/sys/pkg/tests/isolated-ota/src/lib.rs
- M src/sys/pkg/tests/pkg-cache-as-base-resolver/as-a-component-resolver/fake_dependencies.rs
- M src/sys/pkg/tests/pkg-cache-as-base-resolver/using-realm-builder/src/lib.rs
- M src/sys/pkg/tests/pkg-cache/src/lib.rs
- M src/sys/pkg/tests/pkg-resolver/src/lib.rs
- M src/sys/pkg/tests/pkgctl/src/lib.rs
- M src/sys/test_runners/src/elf/elf_component.rs
Change size: L
Delta: 86 files changed, 331 insertions(+), 316 deletions(-)
Open in GerritRelated details
Attention is currently required from:
- Chris Drouillard
- Owners Override
Submit Requirements:
Code-Review
Review-Enforcement
Gerrit-MessageType: newchange
Gerrit-Project: fuchsia
Gerrit-Branch: main
Gerrit-Change-Id: Id0a574af5059bc81a5bab1daec73b060f8130ae1
Gerrit-Change-Number: 1248404
Gerrit-PatchSet: 2
You received this message because you are subscribed to the Google Groups "owners-override" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
.