[XL] Change in fuchsia/fuchsia[main]: [rust] Format imports using rustfmt

0 views
Skip to first unread message

'Marc Khouri (Gerrit)' via owners-override

unread,
Jun 7, 2024, 2:27:20 AMJun 7
to Owners Override
Attention needed from Marc Khouri and Owners Override

Marc Khouri has uploaded the change for review

Marc Khouri would like Owners Override to review this change.

Commit message

[rust] Format imports using rustfmt

Set `imports_granularity = "Module"` in our rustfmt config, and format
all files using `fx format-code --all -- "*.rs"`.

This change allows for a consistent style across our codebase, and
provides format-on-save functionality for imports. The "Module" option
has a good balance of verbosity vs resistance to merge conflicts.

See the linked bug for additional rationale on this option.
Bug: 340943530
Change-Id: I17453ca5060efa5b5a4622141a553d2b995dff5f

Change diff


Change information

Files:
  • M build/sdk/meta/src/product_bundle.rs
  • M build/sdk/meta/src/product_bundle/v2.rs
  • M build/sdk/meta/src/virtual_device/v1.rs
  • M build/tools/formatjson5/src/main.rs
  • M examples/components/dictionaries/provider/src/main.rs
  • M examples/components/lifecycle/rust/src/lifecycle.rs
  • M examples/components/lifecycle/rust/src/manager.rs
  • M examples/components/routing/integration_tests/rust/src/lib.rs
  • M examples/components/routing/rust/echo_server/src/main.rs
  • M examples/components/routing_failed/rust/src/main.rs
  • M examples/components/runner/colocated/integration_tests/src/lib.rs
  • M examples/components/runner/colocated/src/main.rs
  • M examples/components/runner/colocated/src/program.rs
  • M examples/components/services/rust/src/branch.rs
  • M examples/components/services/rust/src/provider.rs
  • M examples/components/storage/src/main.rs
  • M examples/components/subpackages/src/lib.rs
  • M examples/diagnostics/inspect/codelab/rust/client/src/main.rs
  • M examples/diagnostics/inspect/codelab/rust/fizzbuzz/src/main.rs
  • M examples/diagnostics/inspect/codelab/rust/part_1/src/reverser.rs
  • M examples/diagnostics/inspect/codelab/rust/part_1/tests/integration_test.rs
  • M examples/diagnostics/inspect/codelab/rust/part_2/src/main.rs
  • M examples/diagnostics/inspect/codelab/rust/part_2/src/reverser.rs
  • M examples/diagnostics/inspect/codelab/rust/part_2/tests/integration_test.rs
  • M examples/diagnostics/inspect/codelab/rust/part_3/src/main.rs
  • M examples/diagnostics/inspect/codelab/rust/part_3/tests/integration_test.rs
  • M examples/diagnostics/inspect/codelab/rust/part_4/src/main.rs
  • M examples/diagnostics/inspect/codelab/rust/part_4/src/reverser.rs
  • M examples/diagnostics/inspect/codelab/rust/part_4/tests/integration_test.rs
  • M examples/diagnostics/inspect/codelab/rust/part_5/src/main.rs
  • M examples/diagnostics/inspect/codelab/rust/part_5/src/reverser.rs
  • M examples/diagnostics/inspect/codelab/rust/part_5/tests/integration_test.rs
  • M examples/diagnostics/logs/rust/tests/lib.rs
  • M examples/drivers/driver_test_realm/hermetic/rust/test.rs
  • M examples/drivers/driver_test_realm/non_hermetic/simple/rust/test.rs
  • M examples/fidl/calculator/rust/client/src/main.rs
  • M examples/fidl/calculator/rust/server/src/main.rs
  • M examples/fidl/echo-realm/src/lib.rs
  • M examples/fidl/new/canvas/add_line_metered/rust/client/src/main.rs
  • M examples/fidl/new/canvas/add_line_metered/rust/server/src/main.rs
  • M examples/fidl/new/canvas/add_line_metered/test/src/main.rs
  • M examples/fidl/new/canvas/baseline/rust/client/src/main.rs
  • M examples/fidl/new/canvas/baseline/rust/server/src/main.rs
  • M examples/fidl/new/canvas/baseline/test/src/main.rs
  • M examples/fidl/new/canvas/client_requested_draw/rust/client/src/main.rs
  • M examples/fidl/new/canvas/client_requested_draw/rust/server/src/main.rs
  • M examples/fidl/new/canvas/client_requested_draw/test/src/main.rs
  • M examples/fidl/new/key_value_store/add_iterator/rust/client/src/main.rs
  • M examples/fidl/new/key_value_store/add_iterator/rust/server/src/main.rs
  • M examples/fidl/new/key_value_store/add_iterator/test/src/main.rs
  • M examples/fidl/new/key_value_store/add_read_item/rust/client/src/main.rs
  • M examples/fidl/new/key_value_store/add_read_item/test/src/main.rs
  • M examples/fidl/new/key_value_store/baseline/rust/client/src/main.rs
  • M examples/fidl/new/key_value_store/baseline/rust/server/src/main.rs
  • M examples/fidl/new/key_value_store/baseline/test/src/main.rs
  • M examples/fidl/new/key_value_store/support_exports/rust/client/src/main.rs
  • M examples/fidl/new/key_value_store/support_exports/rust/server/src/main.rs
  • M examples/fidl/new/key_value_store/support_exports/test/src/main.rs
  • M examples/fidl/new/key_value_store/support_trees/test/src/main.rs
  • M examples/fidl/new/key_value_store/use_generic_values/rust/server/src/main.rs
  • M examples/fidl/new/key_value_store/use_generic_values/test/src/main.rs
  • M examples/fuzzers/rust/src/lib.rs
  • M examples/fuzzers/rust/src/main.rs
  • M examples/intl/tz_version_parrot/rust/src/lib.rs
  • M examples/intl/wisdom/rust/client/src/main.rs
  • M examples/intl/wisdom/rust/client/src/wisdom_client_impl.rs
  • M examples/intl/wisdom/rust/server/src/main.rs
  • M examples/intl/wisdom/rust/server/src/wisdom_server_impl.rs
  • M examples/intl/wisdom/tests/src/lib.rs
  • M examples/testing/realm_proxy/src/main.rs
  • M examples/testing/realm_proxy/testing/realm-factory/src/main.rs
  • M examples/tests/rust/custom_artifact_test.rs
  • M examples/tests/rust/temp_user.rs
  • M examples/time/rust/src/main.rs
  • M rustfmt.toml
  • M sdk/ctf/tests/examples/fidl/fuchsia.examples/testing/realm-factory/src/main.rs
  • M sdk/ctf/tests/fidl/fuchsia.element/testing/realm-factory/src/main.rs
  • M sdk/ctf/tests/fidl/fuchsia.intl/src/main.rs
  • M sdk/ctf/tests/fidl/fuchsia.intl/testing/realm-factory/src/main.rs
  • M sdk/ctf/tests/fidl/fuchsia.settings/testing/realm-factory/src/main.rs
  • M sdk/ctf/tests/fidl/fuchsia.ui.composition/src/fuchsia_ui_composition_flatland_test.rs
  • M sdk/lib/device-watcher/rust/src/lib.rs
  • M sdk/lib/driver_test_realm/realm_builder/rust/src/lib.rs
  • M sdk/lib/driver_test_realm/tests/test.rs
  • M sdk/lib/fdio/tests/getaddrinfo/src/main.rs
  • M sdk/lib/scheduler/rust/src/lib.rs
  • M sdk/lib/zxio/tests/zxio-test.rs
  • M src/bringup/bin/critical-services/test/src/mock_services.rs
  • M src/bringup/bin/critical-services/test/src/test.rs
  • M src/bringup/bin/netsvc/test/integration/src/lib.rs
  • M src/bringup/bin/virtcon/src/app.rs
  • M src/bringup/bin/virtcon/src/args.rs
  • M src/bringup/bin/virtcon/src/colors.rs
  • M src/bringup/bin/virtcon/src/log.rs
  • M src/bringup/bin/virtcon/src/main.rs
  • M src/bringup/bin/virtcon/src/session_manager.rs
  • M src/bringup/bin/virtcon/src/terminal.rs
  • M src/bringup/bin/virtcon/src/text_grid.rs
  • M src/bringup/bin/virtcon/src/view.rs
  • M src/cobalt/bin/testing/mock_cobalt/src/main.rs
  • M src/connectivity/bluetooth/core/bt-gap/src/build_config.rs
  • M src/connectivity/bluetooth/core/bt-gap/src/generic_access_service.rs
  • M src/connectivity/bluetooth/core/bt-gap/src/host_device.rs
  • M src/connectivity/bluetooth/core/bt-gap/src/host_dispatcher.rs
  • M src/connectivity/bluetooth/core/bt-gap/src/main.rs
  • M src/connectivity/bluetooth/core/bt-gap/src/services/access.rs
  • M src/connectivity/bluetooth/core/bt-gap/src/services/bootstrap.rs
  • M src/connectivity/bluetooth/core/bt-gap/src/services/pairing/pairing_dispatcher.rs
  • M src/connectivity/bluetooth/core/bt-gap/src/services/pairing/pairing_requests.rs
  • M src/connectivity/bluetooth/core/bt-gap/src/store/in_memory.rs
  • M src/connectivity/bluetooth/core/bt-gap/src/store/serde.rs
  • M src/connectivity/bluetooth/core/bt-gap/src/store/stash.rs
  • M src/connectivity/bluetooth/core/bt-gap/src/test/access.rs
  • M src/connectivity/bluetooth/core/bt-gap/src/test/configuration.rs
  • M src/connectivity/bluetooth/core/bt-gap/src/test/discovery.rs
  • M src/connectivity/bluetooth/core/bt-gap/src/test/host_device.rs
  • M src/connectivity/bluetooth/core/bt-gap/src/test/pairing.rs
  • M src/connectivity/bluetooth/core/bt-gap/src/watch_peers.rs
  • M src/connectivity/bluetooth/core/bt-init/src/main.rs
  • M src/connectivity/bluetooth/examples/bt-fastpair-client/src/main.rs
  • M src/connectivity/bluetooth/examples/bt-le-battery-monitor/src/main.rs
  • M src/connectivity/bluetooth/lib/async-helpers/src/hanging_get/async_server.rs
  • M src/connectivity/bluetooth/lib/async-helpers/src/responding_channel.rs
  • M src/connectivity/bluetooth/lib/async-helpers/src/test/lib.rs
  • M src/connectivity/bluetooth/lib/battery-client/src/lib.rs
  • M src/connectivity/bluetooth/lib/bt-a2dp/src/connected_peers.rs
  • M src/connectivity/bluetooth/lib/bt-a2dp/src/media_task.rs
  • M src/connectivity/bluetooth/lib/bt-a2dp/src/peer/controller.rs
  • M src/connectivity/bluetooth/lib/bt-a2dp/src/peer/mod.rs
  • M src/connectivity/bluetooth/lib/bt-a2dp/src/permits.rs
  • M src/connectivity/bluetooth/lib/bt-a2dp/src/rtp.rs
  • M src/connectivity/bluetooth/lib/bt-a2dp/src/stream.rs
  • M src/connectivity/bluetooth/lib/bt-avctp/src/avc/mod.rs
  • M src/connectivity/bluetooth/lib/bt-avctp/src/avc/tests.rs
  • M src/connectivity/bluetooth/lib/bt-avctp/src/avctp/mod.rs
  • M src/connectivity/bluetooth/lib/bt-avctp/src/avctp/tests.rs
  • M src/connectivity/bluetooth/lib/bt-avctp/src/lib.rs
  • M src/connectivity/bluetooth/lib/bt-avdtp/src/lib.rs
  • M src/connectivity/bluetooth/lib/bt-avdtp/src/rtp.rs
  • M src/connectivity/bluetooth/lib/bt-avdtp/src/stream_endpoint.rs
  • M src/connectivity/bluetooth/lib/bt-avdtp/src/tests.rs
  • M src/connectivity/bluetooth/lib/bt-avdtp/src/types.rs
  • M src/connectivity/bluetooth/lib/bt-fidl-mocks/src/expect.rs
  • M src/connectivity/bluetooth/lib/bt-fidl-mocks/src/gatt.rs
  • M src/connectivity/bluetooth/lib/bt-fidl-mocks/src/gatt2.rs
  • M src/connectivity/bluetooth/lib/bt-fidl-mocks/src/sys.rs
  • M src/connectivity/bluetooth/lib/bt-hfp/src/call/mod.rs
  • M src/connectivity/bluetooth/lib/bt-metrics/src/lib.rs
  • M src/connectivity/bluetooth/lib/bt-obex/objects/src/error.rs
  • M src/connectivity/bluetooth/lib/bt-obex/objects/src/folder_listing.rs
  • M src/connectivity/bluetooth/lib/bt-rfcomm/src/frame/command_response.rs
  • M src/connectivity/bluetooth/lib/bt-rfcomm/src/frame/field.rs
  • M src/connectivity/bluetooth/lib/bt-rfcomm/src/frame/mux_commands/mod.rs
  • M src/connectivity/bluetooth/lib/bt-rfcomm/src/frame/mux_commands/remote_port_negotiation.rs
  • M src/connectivity/bluetooth/lib/fuchsia-audio-codec/src/stream_processor.rs
  • M src/connectivity/bluetooth/lib/fuchsia-audio-codec/src/sysmem_allocator.rs
  • M src/connectivity/bluetooth/lib/fuchsia-audio-dai/src/audio.rs
  • M src/connectivity/bluetooth/lib/fuchsia-audio-dai/src/discover.rs
  • M src/connectivity/bluetooth/lib/fuchsia-audio-dai/src/driver.rs
  • M src/connectivity/bluetooth/lib/fuchsia-audio-dai/src/test.rs
  • M src/connectivity/bluetooth/lib/fuchsia-audio-device/src/audio_frame_sink.rs
  • M src/connectivity/bluetooth/lib/fuchsia-audio-device/src/audio_frame_stream.rs
  • M src/connectivity/bluetooth/lib/fuchsia-audio-device/src/codec.rs
  • M src/connectivity/bluetooth/lib/fuchsia-audio-device/src/stream_config.rs
  • M src/connectivity/bluetooth/lib/fuchsia-audio-device/src/types.rs
  • M src/connectivity/bluetooth/lib/fuchsia-bluetooth/src/detachable_map.rs
  • M src/connectivity/bluetooth/lib/fuchsia-bluetooth/src/expectation.rs
  • M src/connectivity/bluetooth/lib/fuchsia-bluetooth/src/expectation/asynchronous.rs
  • M src/connectivity/bluetooth/lib/fuchsia-bluetooth/src/expectation/host_driver.rs
  • M src/connectivity/bluetooth/lib/fuchsia-bluetooth/src/expectation/peer.rs
  • M src/connectivity/bluetooth/lib/fuchsia-bluetooth/src/expectation/test.rs
  • M src/connectivity/bluetooth/lib/fuchsia-bluetooth/src/inspect.rs
  • M src/connectivity/bluetooth/lib/fuchsia-bluetooth/src/profile.rs
  • M src/connectivity/bluetooth/lib/fuchsia-bluetooth/src/types.rs
  • M src/connectivity/bluetooth/lib/fuchsia-bluetooth/src/types/bonding_data.rs
  • M src/connectivity/bluetooth/lib/fuchsia-bluetooth/src/types/channel.rs
  • M src/connectivity/bluetooth/lib/fuchsia-bluetooth/src/types/host_info.rs
  • M src/connectivity/bluetooth/lib/fuchsia-bluetooth/src/types/id.rs
  • M src/connectivity/bluetooth/lib/fuchsia-bluetooth/src/types/le.rs
  • M src/connectivity/bluetooth/lib/fuchsia-bluetooth/src/types/peer.rs
  • M src/connectivity/bluetooth/lib/fuchsia-bluetooth/src/types/uuid.rs
  • M src/connectivity/bluetooth/lib/host-watcher/src/lib.rs
  • M src/connectivity/bluetooth/lib/packet-encoding/src/lib.rs
  • M src/connectivity/bluetooth/lib/profile-client/src/error.rs
  • M src/connectivity/bluetooth/lib/profile-client/src/lib.rs
  • M src/connectivity/bluetooth/profiles/bt-a2dp/src/avrcp_relay.rs
  • M src/connectivity/bluetooth/profiles/bt-a2dp/src/config.rs
  • M src/connectivity/bluetooth/profiles/bt-a2dp/src/encoding.rs
  • M src/connectivity/bluetooth/profiles/bt-a2dp/src/latm.rs
  • M src/connectivity/bluetooth/profiles/bt-a2dp/src/main.rs
  • M src/connectivity/bluetooth/profiles/bt-a2dp/src/media/inband_source.rs
  • M src/connectivity/bluetooth/profiles/bt-a2dp/src/media/player.rs
  • M src/connectivity/bluetooth/profiles/bt-a2dp/src/media/player_sink.rs
  • M src/connectivity/bluetooth/profiles/bt-a2dp/src/media/sources.rs
  • M src/connectivity/bluetooth/profiles/bt-a2dp/src/stream_controller.rs
  • M src/connectivity/bluetooth/profiles/bt-a2dp/src/volume_relay.rs
  • M src/connectivity/bluetooth/profiles/bt-avrcp-target/src/media/media_sessions.rs
  • M src/connectivity/bluetooth/profiles/bt-avrcp-target/src/media/media_state.rs
  • M src/connectivity/bluetooth/profiles/bt-avrcp-target/src/media/media_types.rs
  • M src/connectivity/bluetooth/profiles/bt-avrcp-target/src/tests/mod.rs
  • M src/connectivity/bluetooth/profiles/bt-avrcp-target/src/types/mod.rs
  • M src/connectivity/bluetooth/profiles/bt-avrcp/src/browse_controller_service.rs
  • M src/connectivity/bluetooth/profiles/bt-avrcp/src/controller_service.rs
  • M src/connectivity/bluetooth/profiles/bt-avrcp/src/main.rs
  • M src/connectivity/bluetooth/profiles/bt-avrcp/src/metrics/mod.rs
  • M src/connectivity/bluetooth/profiles/bt-avrcp/src/packets/browsing/change_path.rs
  • M src/connectivity/bluetooth/profiles/bt-avrcp/src/packets/browsing/get_folder_items.rs
  • M src/connectivity/bluetooth/profiles/bt-avrcp/src/packets/browsing/mod.rs
  • M src/connectivity/bluetooth/profiles/bt-avrcp/src/packets/browsing/set_browsed_player.rs
  • M src/connectivity/bluetooth/profiles/bt-avrcp/src/packets/get_play_status.rs
  • M src/connectivity/bluetooth/profiles/bt-avrcp/src/packets/mod.rs
  • M src/connectivity/bluetooth/profiles/bt-avrcp/src/packets/notification.rs
  • M src/connectivity/bluetooth/profiles/bt-avrcp/src/packets/player_application_settings/get_attribute_text.rs
  • M src/connectivity/bluetooth/profiles/bt-avrcp/src/packets/player_application_settings/get_current_settings.rs
  • M src/connectivity/bluetooth/profiles/bt-avrcp/src/packets/player_application_settings/get_value_text.rs
  • M src/connectivity/bluetooth/profiles/bt-avrcp/src/packets/player_application_settings/list_settings.rs
  • M src/connectivity/bluetooth/profiles/bt-avrcp/src/packets/player_application_settings/mod.rs
  • M src/connectivity/bluetooth/profiles/bt-avrcp/src/packets/player_application_settings/set_current_settings.rs
  • M src/connectivity/bluetooth/profiles/bt-avrcp/src/peer/controller.rs
  • M src/connectivity/bluetooth/profiles/bt-avrcp/src/peer/handlers/browse_channel.rs
  • M src/connectivity/bluetooth/profiles/bt-avrcp/src/peer/handlers/decoders.rs
  • M src/connectivity/bluetooth/profiles/bt-avrcp/src/peer/handlers/mod.rs
  • M src/connectivity/bluetooth/profiles/bt-avrcp/src/peer/inspect.rs
  • M src/connectivity/bluetooth/profiles/bt-avrcp/src/peer/mod.rs
  • M src/connectivity/bluetooth/profiles/bt-avrcp/src/peer/tasks/mod.rs
  • M src/connectivity/bluetooth/profiles/bt-avrcp/src/peer/tasks/notification_stream.rs
  • M src/connectivity/bluetooth/profiles/bt-avrcp/src/peer_manager/inspect.rs
  • M src/connectivity/bluetooth/profiles/bt-avrcp/src/peer_manager/mod.rs
  • M src/connectivity/bluetooth/profiles/bt-avrcp/src/peer_manager/target_delegate.rs
  • M src/connectivity/bluetooth/profiles/bt-avrcp/src/profile.rs
  • M src/connectivity/bluetooth/profiles/bt-avrcp/src/service.rs
  • M src/connectivity/bluetooth/profiles/bt-avrcp/src/types.rs
  • M src/connectivity/bluetooth/profiles/bt-device-id/src/device_id/server.rs
  • M src/connectivity/bluetooth/profiles/bt-device-id/src/device_id/service_record.rs
  • M src/connectivity/bluetooth/profiles/bt-device-id/src/device_id/token.rs
  • M src/connectivity/bluetooth/profiles/bt-device-id/src/fidl_service.rs
  • M src/connectivity/bluetooth/profiles/bt-device-id/src/main.rs
  • M src/connectivity/bluetooth/profiles/bt-fastpair-provider/src/advertisement/low_energy_advertiser.rs
  • M src/connectivity/bluetooth/profiles/bt-fastpair-provider/src/config.rs
  • M src/connectivity/bluetooth/profiles/bt-fastpair-provider/src/fidl_service.rs
  • M src/connectivity/bluetooth/profiles/bt-fastpair-provider/src/gatt_service.rs
  • M src/connectivity/bluetooth/profiles/bt-fastpair-provider/src/main.rs
  • M src/connectivity/bluetooth/profiles/bt-fastpair-provider/src/message_stream.rs
  • M src/connectivity/bluetooth/profiles/bt-fastpair-provider/src/pairing.rs
  • M src/connectivity/bluetooth/profiles/bt-fastpair-provider/src/provider.rs
  • M src/connectivity/bluetooth/profiles/bt-fastpair-provider/src/types/error.rs
  • M src/connectivity/bluetooth/profiles/bt-fastpair-provider/src/types/mod.rs
  • M src/connectivity/bluetooth/profiles/bt-fastpair-provider/src/types/packets.rs
  • M src/connectivity/bluetooth/profiles/bt-hfp-audio-gateway/src/a2dp.rs
  • M src/connectivity/bluetooth/profiles/bt-hfp-audio-gateway/src/audio/dai.rs
  • M src/connectivity/bluetooth/profiles/bt-hfp-audio-gateway/src/audio/inband.rs
  • M src/connectivity/bluetooth/profiles/bt-hfp-audio-gateway/src/config.rs
  • M src/connectivity/bluetooth/profiles/bt-hfp-audio-gateway/src/error.rs
  • M src/connectivity/bluetooth/profiles/bt-hfp-audio-gateway/src/fidl_service.rs
  • M src/connectivity/bluetooth/profiles/bt-hfp-audio-gateway/src/hfp.rs
  • M src/connectivity/bluetooth/profiles/bt-hfp-audio-gateway/src/main.rs
  • M src/connectivity/bluetooth/profiles/bt-hfp-audio-gateway/src/peer.rs
  • M src/connectivity/bluetooth/profiles/bt-hfp-audio-gateway/src/peer/calls.rs
  • M src/connectivity/bluetooth/profiles/bt-hfp-audio-gateway/src/peer/gain_control.rs
  • M src/connectivity/bluetooth/profiles/bt-hfp-audio-gateway/src/peer/indicators.rs
  • M src/connectivity/bluetooth/profiles/bt-hfp-audio-gateway/src/peer/procedure.rs
  • M src/connectivity/bluetooth/profiles/bt-hfp-audio-gateway/src/peer/procedure/answer.rs
  • M src/connectivity/bluetooth/profiles/bt-hfp-audio-gateway/src/peer/procedure/call_line_ident_notifications.rs
  • M src/connectivity/bluetooth/profiles/bt-hfp-audio-gateway/src/peer/procedure/call_waiting_notifications.rs
  • M src/connectivity/bluetooth/profiles/bt-hfp-audio-gateway/src/peer/procedure/codec_support.rs
  • M src/connectivity/bluetooth/profiles/bt-hfp-audio-gateway/src/peer/procedure/dtmf.rs
  • M src/connectivity/bluetooth/profiles/bt-hfp-audio-gateway/src/peer/procedure/extended_errors.rs
  • M src/connectivity/bluetooth/profiles/bt-hfp-audio-gateway/src/peer/procedure/hang_up.rs
  • M src/connectivity/bluetooth/profiles/bt-hfp-audio-gateway/src/peer/procedure/hf_indicator_status.rs
  • M src/connectivity/bluetooth/profiles/bt-hfp-audio-gateway/src/peer/procedure/hold.rs
  • M src/connectivity/bluetooth/profiles/bt-hfp-audio-gateway/src/peer/procedure/indicator_status.rs
  • M src/connectivity/bluetooth/profiles/bt-hfp-audio-gateway/src/peer/procedure/indicators_activation.rs
  • M src/connectivity/bluetooth/profiles/bt-hfp-audio-gateway/src/peer/procedure/initiate_call.rs
  • M src/connectivity/bluetooth/profiles/bt-hfp-audio-gateway/src/peer/procedure/nrec.rs
  • M src/connectivity/bluetooth/profiles/bt-hfp-audio-gateway/src/peer/procedure/phone_status.rs
  • M src/connectivity/bluetooth/profiles/bt-hfp-audio-gateway/src/peer/procedure/query_current_calls.rs
  • M src/connectivity/bluetooth/profiles/bt-hfp-audio-gateway/src/peer/procedure/query_operator_selection.rs
  • M src/connectivity/bluetooth/profiles/bt-hfp-audio-gateway/src/peer/procedure/ring.rs
  • M src/connectivity/bluetooth/profiles/bt-hfp-audio-gateway/src/peer/procedure/slc_initialization.rs
  • M src/connectivity/bluetooth/profiles/bt-hfp-audio-gateway/src/peer/procedure/subscriber_number_information.rs
  • M src/connectivity/bluetooth/profiles/bt-hfp-audio-gateway/src/peer/procedure/transfer_hf_indicator.rs
  • M src/connectivity/bluetooth/profiles/bt-hfp-audio-gateway/src/peer/procedure/volume_control.rs
  • M src/connectivity/bluetooth/profiles/bt-hfp-audio-gateway/src/peer/procedure/volume_synchronization.rs
  • M src/connectivity/bluetooth/profiles/bt-hfp-audio-gateway/src/peer/ringer.rs
  • M src/connectivity/bluetooth/profiles/bt-hfp-audio-gateway/src/peer/sco_state.rs
  • M src/connectivity/bluetooth/profiles/bt-hfp-audio-gateway/src/peer/service_level_connection.rs
  • M src/connectivity/bluetooth/profiles/bt-hfp-audio-gateway/src/peer/slc_request.rs
  • M src/connectivity/bluetooth/profiles/bt-hfp-audio-gateway/src/peer/task.rs
  • M src/connectivity/bluetooth/profiles/bt-hfp-audio-gateway/src/peer/update.rs
  • M src/connectivity/bluetooth/profiles/bt-hfp-audio-gateway/src/profile.rs
  • M src/connectivity/bluetooth/profiles/bt-hfp-audio-gateway/src/sco_connector.rs
  • M src/connectivity/bluetooth/profiles/bt-hfp-audio-gateway/src/service_definitions.rs
  • M src/connectivity/bluetooth/profiles/bt-hfp-hands-free/src/hfp.rs
  • M src/connectivity/bluetooth/profiles/bt-hfp-hands-free/src/hfp/tests.rs
  • M src/connectivity/bluetooth/profiles/bt-hfp-hands-free/src/peer.rs
  • M src/connectivity/bluetooth/profiles/bt-hfp-hands-free/src/peer/at_connection.rs
  • M src/connectivity/bluetooth/profiles/bt-hfp-hands-free/src/peer/peer_task.rs
  • M src/connectivity/bluetooth/profiles/bt-hfp-hands-free/src/peer/procedure/codec_connection_setup.rs
  • M src/connectivity/bluetooth/profiles/bt-hfp-hands-free/src/peer/procedure/slc_initialization.rs
  • M src/connectivity/bluetooth/profiles/bt-hid/src/main.rs
  • M src/connectivity/bluetooth/profiles/bt-hid/src/peer_info.rs
  • M src/connectivity/bluetooth/profiles/bt-hid/src/peer_task.rs
  • M src/connectivity/bluetooth/profiles/bt-hid/src/peers.rs
  • M src/connectivity/bluetooth/profiles/bt-hid/src/sdp_data.rs
  • M src/connectivity/bluetooth/profiles/bt-map-mce/src/fidl_service.rs
  • M src/connectivity/bluetooth/profiles/bt-map-mce/src/main.rs
  • M src/connectivity/bluetooth/profiles/bt-peripheral-hub/src/fidl_service.rs
  • M src/connectivity/bluetooth/profiles/bt-rfcomm/src/fidl_service.rs
  • M src/connectivity/bluetooth/profiles/bt-rfcomm/src/main.rs
  • M src/connectivity/bluetooth/profiles/bt-rfcomm/src/profile_registrar.rs
  • M src/connectivity/bluetooth/profiles/bt-rfcomm/src/rfcomm/inspect.rs
  • M src/connectivity/bluetooth/profiles/bt-rfcomm/src/rfcomm/server.rs
  • M src/connectivity/bluetooth/profiles/bt-rfcomm/src/rfcomm/session/channel.rs
  • M src/connectivity/bluetooth/profiles/bt-rfcomm/src/rfcomm/session/mod.rs
  • M src/connectivity/bluetooth/profiles/bt-rfcomm/src/rfcomm/session/multiplexer.rs
  • M src/connectivity/bluetooth/profiles/bt-rfcomm/src/rfcomm/test_util.rs
  • M src/connectivity/bluetooth/profiles/bt-rfcomm/src/rfcomm/types.rs
  • M src/connectivity/bluetooth/profiles/bt-rfcomm/src/types.rs
  • M src/connectivity/bluetooth/profiles/tests/bt-a2dp-loopback/src/main.rs
  • M src/connectivity/bluetooth/profiles/tests/bt-avrcp-integration-tests/src/main.rs
  • M src/connectivity/bluetooth/profiles/tests/bt-device-id-integration-tests/src/main.rs
  • M src/connectivity/bluetooth/profiles/tests/bt-hfp-audio-gateway-integration-tests/src/main.rs
  • M src/connectivity/bluetooth/profiles/tests/bt-rfcomm-integration-tests/src/main.rs
  • M src/connectivity/bluetooth/testing/bt-test-harness/src/access.rs
  • M src/connectivity/bluetooth/testing/bt-test-harness/src/bootstrap.rs
  • M src/connectivity/bluetooth/testing/bt-test-harness/src/core_realm.rs
  • M src/connectivity/bluetooth/testing/bt-test-harness/src/emulator.rs
  • M src/connectivity/bluetooth/testing/bt-test-harness/src/host.rs
  • M src/connectivity/bluetooth/testing/bt-test-harness/src/host_realm.rs
  • M src/connectivity/bluetooth/testing/bt-test-harness/src/host_watcher.rs
  • M src/connectivity/bluetooth/testing/bt-test-harness/src/inspect.rs
  • M src/connectivity/bluetooth/testing/bt-test-harness/src/low_energy_central.rs
  • M src/connectivity/bluetooth/testing/bt-test-harness/src/low_energy_peripheral.rs
  • M src/connectivity/bluetooth/testing/bt-test-harness/src/profile.rs
  • M src/connectivity/bluetooth/testing/hci-emulator-client/src/lib.rs
  • M src/connectivity/bluetooth/testing/mock-piconet-server/src/lib.rs
  • M src/connectivity/bluetooth/testing/mock-piconet-server/src/main.rs
  • M src/connectivity/bluetooth/testing/mock-piconet-server/src/peer/mod.rs
  • M src/connectivity/bluetooth/testing/mock-piconet-server/src/peer/search.rs
  • M src/connectivity/bluetooth/testing/mock-piconet-server/src/peer/service.rs
  • M src/connectivity/bluetooth/testing/mock-piconet-server/src/profile.rs
  • M src/connectivity/bluetooth/testing/mock-piconet-server/src/types.rs
  • M src/connectivity/bluetooth/testing/realmbuilder-mock-helpers/src/lib.rs
  • M src/connectivity/bluetooth/testing/test-call-manager/src/lib.rs
  • M src/connectivity/bluetooth/testing/test-harness-macro/src/lib.rs
  • M src/connectivity/bluetooth/testing/test-harness-tests/src/lib.rs
  • M src/connectivity/bluetooth/testing/test-harness/src/lib.rs
  • M src/connectivity/bluetooth/testing/test-rfcomm-client/src/lib.rs
  • M src/connectivity/bluetooth/tests/audio-device-output-harness/src/main.rs
  • M src/connectivity/bluetooth/tests/bt-access-integration-tests/src/lib.rs
  • M src/connectivity/bluetooth/tests/bt-bonding-integration/src/lib.rs
  • M src/connectivity/bluetooth/tests/bt-bootstrap-integration/src/lib.rs
  • M src/connectivity/bluetooth/tests/bt-host-integration/src/lib.rs
  • M src/connectivity/bluetooth/tests/bt-inspect-integration/src/lib.rs
  • M src/connectivity/bluetooth/tests/bt-le-integration/src/central.rs
  • M src/connectivity/bluetooth/tests/bt-le-integration/src/peripheral.rs
  • M src/connectivity/bluetooth/tests/bt-manifest-integration-tests/src/bt_a2dp_smoke_test.rs
  • M src/connectivity/bluetooth/tests/bt-manifest-integration-tests/src/bt_a2dp_topology_fake.rs
  • M src/connectivity/bluetooth/tests/bt-manifest-integration-tests/src/bt_avrcp_smoke_test.rs
  • M src/connectivity/bluetooth/tests/bt-manifest-integration-tests/src/bt_avrcp_target_smoke_test.rs
  • M src/connectivity/bluetooth/tests/bt-manifest-integration-tests/src/bt_gap_smoke_test.rs
  • M src/connectivity/bluetooth/tests/bt-manifest-integration-tests/src/bt_hfp_audio_gateway_smoke_test.rs
  • M src/connectivity/bluetooth/tests/bt-manifest-integration-tests/src/bt_init_smoke_test.rs
  • M src/connectivity/bluetooth/tests/bt-manifest-integration-tests/src/bt_rfcomm_smoke_test.rs
  • M src/connectivity/bluetooth/tests/bt-profile-integration/src/lib.rs
  • M src/connectivity/bluetooth/tools/bt-avdtp-tool/src/commands.rs
  • M src/connectivity/bluetooth/tools/bt-avdtp-tool/src/main.rs
  • M src/connectivity/bluetooth/tools/bt-avrcp-controller/src/commands.rs
  • M src/connectivity/bluetooth/tools/bt-avrcp-controller/src/main.rs
  • M src/connectivity/bluetooth/tools/bt-bredr-profile/src/commands.rs
  • M src/connectivity/bluetooth/tools/bt-bredr-profile/src/main.rs
  • M src/connectivity/bluetooth/tools/bt-bredr-profile/src/types.rs
  • M src/connectivity/bluetooth/tools/bt-cli/src/commands.rs
  • M src/connectivity/bluetooth/tools/bt-cli/src/main.rs
  • M src/connectivity/bluetooth/tools/bt-fct-hci/src/hci.rs
  • M src/connectivity/bluetooth/tools/bt-fct-hci/src/main.rs
  • M src/connectivity/bluetooth/tools/bt-fct-hci/src/types.rs
  • M src/connectivity/bluetooth/tools/bt-hci-emulator/src/main.rs
  • M src/connectivity/bluetooth/tools/bt-le-central/src/central.rs
  • M src/connectivity/bluetooth/tools/bt-le-central/src/gatt.rs
  • M src/connectivity/bluetooth/tools/bt-le-central/src/gatt/commands.rs
  • M src/connectivity/bluetooth/tools/bt-le-central/src/gatt/repl.rs
  • M src/connectivity/bluetooth/tools/bt-le-central/src/gatt/types.rs
  • M src/connectivity/bluetooth/tools/bt-le-central/src/main.rs
  • M src/connectivity/bluetooth/tools/bt-le-peripheral/src/main.rs
  • M src/connectivity/bluetooth/tools/bt-pairing-tool/src/main.rs
  • M src/connectivity/bluetooth/tools/bt-rootcanal/src/main.rs
  • M src/connectivity/bluetooth/tools/bt-snoop-cli/src/main.rs
  • M src/connectivity/bluetooth/tools/bt-snoop/src/bounded_queue.rs
  • M src/connectivity/bluetooth/tools/bt-snoop/src/main.rs
  • M src/connectivity/bluetooth/tools/bt-snoop/src/packet_logs.rs
  • M src/connectivity/bluetooth/tools/bt-snoop/src/snooper.rs
  • M src/connectivity/bluetooth/tools/bt-snoop/src/subscription_manager.rs
  • M src/connectivity/bluetooth/tools/bt-snoop/src/tests.rs
  • M src/connectivity/bluetooth/tools/lib/pairing-delegate/src/lib.rs
  • M src/connectivity/lib/at-commands/codegen/src/codegen/common.rs
  • M src/connectivity/lib/at-commands/codegen/src/codegen/error.rs
  • M src/connectivity/lib/at-commands/codegen/src/codegen/lower.rs
  • M src/connectivity/lib/at-commands/codegen/src/codegen/raise.rs
  • M src/connectivity/lib/at-commands/codegen/src/codegen/toplevel.rs
  • M src/connectivity/lib/at-commands/codegen/src/codegen/types.rs
  • M src/connectivity/lib/at-commands/codegen/src/main.rs
  • M src/connectivity/lib/at-commands/codegen/src/parser_tests.rs
  • M src/connectivity/lib/at-commands/src/command_generated_tests.rs
  • M src/connectivity/lib/at-commands/src/lowlevel/arguments.rs
  • M src/connectivity/lib/at-commands/src/lowlevel/command.rs
  • M src/connectivity/lib/at-commands/src/lowlevel/command_tests.rs
  • M src/connectivity/lib/at-commands/src/lowlevel/response.rs
  • M src/connectivity/lib/at-commands/src/lowlevel/response_tests.rs
  • M src/connectivity/lib/at-commands/src/response_generated_tests.rs
  • M src/connectivity/lib/at-commands/src/serde.rs
  • M src/connectivity/lib/at-commands/src/serde_tests.rs
  • M src/connectivity/lib/at-commands/src/translate_response.rs
  • M src/connectivity/lib/fidl_fuchsia_net_dhcpv6_ext/src/lib.rs
  • M src/connectivity/lib/fidl_fuchsia_net_neighbor_ext/src/lib.rs
  • M src/connectivity/lib/fuzz-util/src/packet_formats.rs
  • M src/connectivity/lib/ip-test-macro/src/lib.rs
  • M src/connectivity/lib/ip-test-macro/test/fake_test_case/lib.rs
  • M src/connectivity/lib/net-declare/src/lib.rs
  • M src/connectivity/lib/net-types/src/lib.rs
  • M src/connectivity/lib/net-types/src/macros.rs
  • M src/connectivity/lib/network-device/rust/src/session/buffer/mod.rs
  • M src/connectivity/lib/network-device/rust/src/session/buffer/pool.rs
  • M src/connectivity/lib/network-device/rust/src/session/mod.rs
  • M src/connectivity/lib/network-device/rust/tests/tun.rs
  • M src/connectivity/lib/packet-formats-dhcp/src/v6.rs
  • M src/connectivity/lib/packet-formats/fuzz/parse_packet.rs
  • M src/connectivity/lib/packet-formats/src/arp.rs
  • M src/connectivity/lib/packet-formats/src/error.rs
  • M src/connectivity/lib/packet-formats/src/ethernet.rs
  • M src/connectivity/lib/packet-formats/src/icmp/common.rs
  • M src/connectivity/lib/packet-formats/src/icmp/icmpv4.rs
  • M src/connectivity/lib/packet-formats/src/icmp/icmpv6.rs
  • M src/connectivity/lib/packet-formats/src/icmp/mld.rs
  • M src/connectivity/lib/packet-formats/src/icmp/mod.rs
  • M src/connectivity/lib/packet-formats/src/icmp/ndp.rs
  • M src/connectivity/lib/packet-formats/src/igmp/messages.rs
  • M src/connectivity/lib/packet-formats/src/igmp/mod.rs
  • M src/connectivity/lib/packet-formats/src/ipv4.rs
  • M src/connectivity/lib/packet-formats/src/ipv6/mod.rs
  • M src/connectivity/lib/packet-formats/src/tcp.rs
  • M src/connectivity/lib/packet-formats/src/udp.rs
  • M src/connectivity/lib/ping/src/lib.rs
  • M src/connectivity/location/emergency/src/bss_cache.rs
  • M src/connectivity/location/emergency/src/bss_resolver.rs
  • M src/connectivity/location/emergency/src/main.rs
  • M src/connectivity/location/regulatory_region/src/main.rs
  • M src/connectivity/location/regulatory_region/src/pub_sub_hub.rs
  • M src/connectivity/location/regulatory_region/tests/src/lib.rs
  • M src/connectivity/lowpan/drivers/lowpan-ot-driver/src/config.rs
  • M src/connectivity/lowpan/drivers/lowpan-ot-driver/src/driver/api.rs
  • M src/connectivity/lowpan/drivers/lowpan-ot-driver/src/driver/dhcpv6pd.rs
  • M src/connectivity/lowpan/drivers/lowpan-ot-driver/src/driver/host_to_thread.rs
  • M src/connectivity/lowpan/drivers/lowpan-ot-driver/src/driver/multicast_routing_manager.rs
  • M src/connectivity/lowpan/drivers/lowpan-ot-driver/src/driver/srp_proxy/advertising_proxy.rs
  • M src/connectivity/lowpan/drivers/lowpan-ot-driver/src/driver/tests.rs
  • M src/connectivity/lowpan/drivers/lowpan-ot-driver/src/main.rs
  • M src/connectivity/lowpan/lib/lowpan_driver_common/src/lib.rs
  • M src/connectivity/lowpan/lib/lowpan_driver_common/src/net/backbone.rs
  • M src/connectivity/lowpan/lib/lowpan_driver_common/src/net/tun.rs
  • M src/connectivity/lowpan/lib/lowpan_driver_common/src/register.rs
  • M src/connectivity/lowpan/lib/lowpan_driver_common/src/spinel/mock/mock_device_client.rs
  • M src/connectivity/lowpan/lib/openthread_fuchsia/src/backing/alarm.rs
  • M src/connectivity/lowpan/lib/openthread_fuchsia/src/backing/resolver.rs
  • M src/connectivity/lowpan/lib/openthread_fuchsia/src/backing/udp.rs
  • M src/connectivity/lowpan/lib/openthread_rust/src/lib.rs
  • M src/connectivity/lowpan/lib/spinel_pack/spinel_pack_macros/src/lib.rs
  • M src/connectivity/lowpan/lib/spinel_pack/src/lib.rs
  • M src/connectivity/lowpan/monitor/src/main.rs
  • M src/connectivity/lowpan/service/src/inspect.rs
  • M src/connectivity/lowpan/service/src/main.rs
  • M src/connectivity/lowpan/tools/lowpanctl/src/context.rs
  • M src/connectivity/lowpan/tools/lowpanctl/src/register_external_route_command.rs
  • M src/connectivity/lowpan/tools/lowpanctl/src/register_on_mesh_net_command.rs
  • M src/connectivity/lowpan/tools/lowpanctl/src/unregister_external_route_command.rs
  • M src/connectivity/lowpan/tools/lowpanctl/src/unregister_on_mesh_net_command.rs
  • M src/connectivity/network/dhcpv4/client/bindings/src/client.rs
  • M src/connectivity/network/dhcpv4/client/bindings/src/packetsocket.rs
  • M src/connectivity/network/dhcpv4/client/bindings/src/provider.rs
  • M src/connectivity/network/dhcpv4/client/bindings/src/udpsocket.rs
  • M src/connectivity/network/dhcpv4/client/core/src/client.rs
  • M src/connectivity/network/dhcpv4/client/core/src/deps.rs
  • M src/connectivity/network/dhcpv4/client/core/src/parse.rs
  • M src/connectivity/network/dhcpv4/lib/src/configuration.rs
  • M src/connectivity/network/dhcpv4/lib/src/server.rs
  • M src/connectivity/network/dhcpv4/lib/src/stash.rs
  • M src/connectivity/network/dhcpv4/protocol/src/lib.rs
  • M src/connectivity/network/dhcpv4/server/src/main.rs
  • M src/connectivity/network/dhcpv6/client/src/client.rs
  • M src/connectivity/network/dhcpv6/core/src/client.rs
  • M src/connectivity/network/dhcpv6/core/src/lib.rs
  • M src/connectivity/network/dns/src/async_resolver.rs
  • M src/connectivity/network/dns/src/config.rs
  • M src/connectivity/network/dns/src/lib.rs
  • M src/connectivity/network/dns/src/main.rs
  • M src/connectivity/network/dns/src/tcp.rs
  • M src/connectivity/network/dns/src/udp.rs
  • M src/connectivity/network/lib/dns_server_watcher/src/stream.rs
  • M src/connectivity/network/lib/dns_server_watcher/src/test_util.rs
  • M src/connectivity/network/lib/explicit/src/lib.rs
  • M src/connectivity/network/lib/netfilter/src/parser.rs
  • M src/connectivity/network/lib/netfilter/src/parser_deprecated.rs
  • M src/connectivity/network/net-cli/ffx/src/lib.rs
  • M src/connectivity/network/net-cli/src/lib.rs
  • M src/connectivity/network/net-cli/src/main.rs
  • M src/connectivity/network/net-cli/src/opts/mod.rs
  • M src/connectivity/network/net-cli/src/ser.rs
  • M src/connectivity/network/netlink/src/client.rs
  • M src/connectivity/network/netlink/src/eventloop.rs
  • M src/connectivity/network/netlink/src/interfaces.rs
  • M src/connectivity/network/netlink/src/lib.rs
  • M src/connectivity/network/netlink/src/logging.rs
  • M src/connectivity/network/netlink/src/netlink_packet.rs
  • M src/connectivity/network/netlink/src/protocol_family.rs
  • M src/connectivity/network/netlink/src/routes.rs
  • M src/connectivity/network/netlink/src/rules.rs
  • M src/connectivity/network/netlink/src/util.rs
  • M src/connectivity/network/netstack-proxy/src/main.rs
  • M src/connectivity/network/netstack/inspect/validator/src/main.rs
  • M src/connectivity/network/netstack3/bench/src/forwarding.rs
  • M src/connectivity/network/netstack3/bench/src/main.rs
  • M src/connectivity/network/netstack3/core/base/src/data_structures/ref_counted_hash_map.rs
  • M src/connectivity/network/netstack3/core/base/src/data_structures/socketmap.rs
  • M src/connectivity/network/netstack3/core/base/src/data_structures/token_bucket.rs
  • M src/connectivity/network/netstack3/core/base/src/device.rs
  • M src/connectivity/network/netstack3/core/base/src/device/link.rs
  • M src/connectivity/network/netstack3/core/base/src/frame.rs
  • M src/connectivity/network/netstack3/core/base/src/inspect.rs
  • M src/connectivity/network/netstack3/core/base/src/lib.rs
  • M src/connectivity/network/netstack3/core/base/src/port_alloc.rs
  • M src/connectivity/network/netstack3/core/base/src/rng.rs
  • M src/connectivity/network/netstack3/core/base/src/socket/address.rs
  • M src/connectivity/network/netstack3/core/base/src/socket/base.rs
  • M src/connectivity/network/netstack3/core/base/src/testutil/addr.rs
  • M src/connectivity/network/netstack3/core/base/src/testutil/fake_bindings.rs
  • M src/connectivity/network/netstack3/core/base/src/testutil/fake_core.rs
  • M src/connectivity/network/netstack3/core/base/src/testutil/fake_network.rs
  • M src/connectivity/network/netstack3/core/base/src/testutil/misc.rs
  • M src/connectivity/network/netstack3/core/base/src/testutil/monotonic_id.rs
  • M src/connectivity/network/netstack3/core/base/src/time.rs
  • M src/connectivity/network/netstack3/core/base/src/time/local_timer_heap.rs
  • M src/connectivity/network/netstack3/core/base/src/time/testutil.rs
  • M src/connectivity/network/netstack3/core/base/src/uninstantiable.rs
  • M src/connectivity/network/netstack3/core/datagram/src/datagram.rs
  • M src/connectivity/network/netstack3/core/datagram/src/spec_context.rs
  • M src/connectivity/network/netstack3/core/datagram/src/uninstantiable.rs
  • M src/connectivity/network/netstack3/core/device/src/api.rs
  • M src/connectivity/network/netstack3/core/device/src/arp.rs
  • M src/connectivity/network/netstack3/core/device/src/base.rs
  • M src/connectivity/network/netstack3/core/device/src/ethernet.rs
  • M src/connectivity/network/netstack3/core/device/src/id.rs
  • M src/connectivity/network/netstack3/core/device/src/lib.rs
  • M src/connectivity/network/netstack3/core/device/src/loopback.rs
  • M src/connectivity/network/netstack3/core/device/src/pure_ip.rs
  • M src/connectivity/network/netstack3/core/device/src/queue/api.rs
  • M src/connectivity/network/netstack3/core/device/src/queue/rx.rs
  • M src/connectivity/network/netstack3/core/device/src/queue/tx.rs
  • M src/connectivity/network/netstack3/core/device/src/socket.rs
  • M src/connectivity/network/netstack3/core/device/src/state.rs
  • M src/connectivity/network/netstack3/core/device/tests/src/base.rs
  • M src/connectivity/network/netstack3/core/device/tests/src/ethernet.rs
  • M src/connectivity/network/netstack3/core/device/tests/src/loopback.rs
  • M src/connectivity/network/netstack3/core/device/tests/src/pure_ip.rs
  • M src/connectivity/network/netstack3/core/device/tests/src/socket.rs
  • M src/connectivity/network/netstack3/core/filter/src/conntrack.rs
  • M src/connectivity/network/netstack3/core/filter/src/context.rs
  • M src/connectivity/network/netstack3/core/filter/src/lib.rs
  • M src/connectivity/network/netstack3/core/filter/src/logic.rs
  • M src/connectivity/network/netstack3/core/filter/src/logic/nat.rs
  • M src/connectivity/network/netstack3/core/filter/src/matchers.rs
  • M src/connectivity/network/netstack3/core/filter/src/packets.rs
  • M src/connectivity/network/netstack3/core/filter/src/state.rs
  • M src/connectivity/network/netstack3/core/filter/src/state/validation.rs
  • M src/connectivity/network/netstack3/core/fuzz/src/lib.rs
  • M src/connectivity/network/netstack3/core/icmp_echo/src/socket.rs
  • M src/connectivity/network/netstack3/core/icmp_echo/tests/src/socket.rs
  • M src/connectivity/network/netstack3/core/ip/src/api.rs
  • M src/connectivity/network/netstack3/core/ip/src/base.rs
  • M src/connectivity/network/netstack3/core/ip/src/device.rs
  • M src/connectivity/network/netstack3/core/ip/src/device/api.rs
  • M src/connectivity/network/netstack3/core/ip/src/device/config.rs
  • M src/connectivity/network/netstack3/core/ip/src/device/dad.rs
  • M src/connectivity/network/netstack3/core/ip/src/device/nud.rs
  • M src/connectivity/network/netstack3/core/ip/src/device/nud/api.rs
  • M src/connectivity/network/netstack3/core/ip/src/device/route_discovery.rs
  • M src/connectivity/network/netstack3/core/ip/src/device/router_solicitation.rs
  • M src/connectivity/network/netstack3/core/ip/src/device/slaac.rs
  • M src/connectivity/network/netstack3/core/ip/src/device/state.rs
  • M src/connectivity/network/netstack3/core/ip/src/forwarding.rs
  • M src/connectivity/network/netstack3/core/ip/src/gmp.rs
  • M src/connectivity/network/netstack3/core/ip/src/gmp/igmp.rs
  • M src/connectivity/network/netstack3/core/ip/src/gmp/mld.rs
  • M src/connectivity/network/netstack3/core/ip/src/icmp.rs
  • M src/connectivity/network/netstack3/core/ip/src/ipv6.rs
  • M src/connectivity/network/netstack3/core/ip/src/path_mtu.rs
  • M src/connectivity/network/netstack3/core/ip/src/raw.rs
  • M src/connectivity/network/netstack3/core/ip/src/raw/state.rs
  • M src/connectivity/network/netstack3/core/ip/src/reassembly.rs
  • M src/connectivity/network/netstack3/core/ip/src/socket.rs
  • M src/connectivity/network/netstack3/core/ip/src/types.rs
  • M src/connectivity/network/netstack3/core/ip/src/uninstantiable.rs
  • M src/connectivity/network/netstack3/core/ip/tests/src/base.rs
  • M src/connectivity/network/netstack3/core/ip/tests/src/device/base.rs
  • M src/connectivity/network/netstack3/core/ip/tests/src/device/ndp.rs
  • M src/connectivity/network/netstack3/core/ip/tests/src/device/nud.rs
  • M src/connectivity/network/netstack3/core/ip/tests/src/device/route_discovery.rs
  • M src/connectivity/network/netstack3/core/ip/tests/src/device/slaac.rs
  • M src/connectivity/network/netstack3/core/ip/tests/src/forwarding.rs
  • M src/connectivity/network/netstack3/core/ip/tests/src/gmp.rs
  • M src/connectivity/network/netstack3/core/ip/tests/src/icmp.rs
  • M src/connectivity/network/netstack3/core/ip/tests/src/socket.rs
  • M src/connectivity/network/netstack3/core/lock-order/src/lib.rs
  • M src/connectivity/network/netstack3/core/lock-order/src/relation.rs
  • M src/connectivity/network/netstack3/core/lock-order/src/wrap.rs
  • M src/connectivity/network/netstack3/core/src/api.rs
  • M src/connectivity/network/netstack3/core/src/context.rs
  • M src/connectivity/network/netstack3/core/src/counters.rs
  • M src/connectivity/network/netstack3/core/src/device/base.rs
  • M src/connectivity/network/netstack3/core/src/device/ethernet.rs
  • M src/connectivity/network/netstack3/core/src/device/loopback.rs
  • M src/connectivity/network/netstack3/core/src/device/pure_ip.rs
  • M src/connectivity/network/netstack3/core/src/device/socket.rs
  • M src/connectivity/network/netstack3/core/src/filter/integration.rs
  • M src/connectivity/network/netstack3/core/src/ip/base.rs
  • M src/connectivity/network/netstack3/core/src/ip/device.rs
  • M src/connectivity/network/netstack3/core/src/ip/raw.rs
  • M src/connectivity/network/netstack3/core/src/lib.rs
  • M src/connectivity/network/netstack3/core/src/lock_ordering.rs
  • M src/connectivity/network/netstack3/core/src/marker.rs
  • M src/connectivity/network/netstack3/core/src/state.rs
  • M src/connectivity/network/netstack3/core/src/testutil.rs
  • M src/connectivity/network/netstack3/core/src/time.rs
  • M src/connectivity/network/netstack3/core/src/transport/integration.rs
  • M src/connectivity/network/netstack3/core/sync/src/lib.rs
  • M src/connectivity/network/netstack3/core/sync/src/rc.rs
  • M src/connectivity/network/netstack3/core/tcp/src/base.rs
  • M src/connectivity/network/netstack3/core/tcp/src/buffer.rs
  • M src/connectivity/network/netstack3/core/tcp/src/congestion.rs
  • M src/connectivity/network/netstack3/core/tcp/src/congestion/cubic.rs
  • M src/connectivity/network/netstack3/core/tcp/src/segment.rs
  • M src/connectivity/network/netstack3/core/tcp/src/seqnum.rs
  • M src/connectivity/network/netstack3/core/tcp/src/socket.rs
  • M src/connectivity/network/netstack3/core/tcp/src/socket/accept_queue.rs
  • M src/connectivity/network/netstack3/core/tcp/src/socket/demux.rs
  • M src/connectivity/network/netstack3/core/tcp/src/state.rs
  • M src/connectivity/network/netstack3/core/tcp/src/uninstantiable.rs
  • M src/connectivity/network/netstack3/core/tests/threading/lib.rs
  • M src/connectivity/network/netstack3/core/udp/src/base.rs
  • M src/connectivity/network/netstack3/core/udp/tests/src/loopback.rs
  • M src/connectivity/network/netstack3/src/bindings.rs
  • M src/connectivity/network/netstack3/src/bindings/debug_fidl_worker.rs
  • M src/connectivity/network/netstack3/src/bindings/devices.rs
  • M src/connectivity/network/netstack3/src/bindings/filter.rs
  • M src/connectivity/network/netstack3/src/bindings/filter/controller.rs
  • M src/connectivity/network/netstack3/src/bindings/filter/conversion.rs
  • M src/connectivity/network/netstack3/src/bindings/filter/conversion/actions.rs
  • M src/connectivity/network/netstack3/src/bindings/filter/conversion/matchers.rs
  • M src/connectivity/network/netstack3/src/bindings/inspect.rs
  • M src/connectivity/network/netstack3/src/bindings/integration_tests.rs
  • M src/connectivity/network/netstack3/src/bindings/interfaces_admin.rs
  • M src/connectivity/network/netstack3/src/bindings/interfaces_watcher.rs
  • M src/connectivity/network/netstack3/src/bindings/neighbor_worker.rs
  • M src/connectivity/network/netstack3/src/bindings/netdevice_worker.rs
  • M src/connectivity/network/netstack3/src/bindings/resource_removal.rs
  • M src/connectivity/network/netstack3/src/bindings/root_fidl_worker.rs
  • M src/connectivity/network/netstack3/src/bindings/routes.rs
  • M src/connectivity/network/netstack3/src/bindings/routes/admin.rs
  • M src/connectivity/network/netstack3/src/bindings/routes/state.rs
  • M src/connectivity/network/netstack3/src/bindings/socket.rs
  • M src/connectivity/network/netstack3/src/bindings/socket/datagram.rs
  • M src/connectivity/network/netstack3/src/bindings/socket/packet.rs
  • M src/connectivity/network/netstack3/src/bindings/socket/raw.rs
  • M src/connectivity/network/netstack3/src/bindings/socket/stream.rs
  • M src/connectivity/network/netstack3/src/bindings/socket/worker.rs
  • M src/connectivity/network/netstack3/src/bindings/stack_fidl_worker.rs
  • M src/connectivity/network/netstack3/src/bindings/timers.rs
  • M src/connectivity/network/netstack3/src/bindings/util.rs
  • M src/connectivity/network/netstack3/src/bindings/util/result_ext.rs
  • M src/connectivity/network/stack-migration/src/main.rs
  • M src/connectivity/network/testing/netemul/configurable-netstack/src/main.rs
  • M src/connectivity/network/testing/netemul/configurable-netstack/tests/src/client.rs
  • M src/connectivity/network/testing/netemul/guest/test/src/lib.rs
  • M src/connectivity/network/testing/netemul/runner/src/config.rs
  • M src/connectivity/network/testing/netemul/runner/src/main.rs
  • M src/connectivity/network/testing/netemul/rust/src/guest.rs
  • M src/connectivity/network/testing/netemul/rust/src/lib.rs
  • M src/connectivity/network/testing/netemul/service/src/main.rs
  • M src/connectivity/network/testing/netemul/test-support/src/main.rs
  • M src/connectivity/network/testing/network-test-realm/ffx/src/args.rs
  • M src/connectivity/network/testing/network-test-realm/ffx/src/lib.rs
  • M src/connectivity/network/testing/network-test-realm/service/src/lib.rs
  • M src/connectivity/network/testing/network-test-realm/service/src/main.rs
  • M src/connectivity/network/testing/network-test-realm/tests/src/lib.rs
  • M src/connectivity/network/testing/network-test-realm/tests/unreliable-echo/src/main.rs
  • M src/connectivity/network/tests/benchmarks/fake-netstack/src/main.rs
  • M src/connectivity/network/tests/benchmarks/resource-usage/src/interfaces.rs
  • M src/connectivity/network/tests/benchmarks/resource-usage/src/main.rs
  • M src/connectivity/network/tests/benchmarks/socket-tun/src/main.rs
  • M src/connectivity/network/tests/connect/src/lib.rs
  • M src/connectivity/network/tests/delegated-provisioning/src/bootstrap_dhcpd.rs
  • M src/connectivity/network/tests/delegated-provisioning/src/test.rs
  • M src/connectivity/network/tests/fidl/debug/src/lib.rs
  • M src/connectivity/network/tests/fidl/filter-deprecated/common/src/lib.rs
  • M src/connectivity/network/tests/fidl/filter-deprecated/nat/src/lib.rs
  • M src/connectivity/network/tests/fidl/filter/src/ip_hooks.rs
  • M src/connectivity/network/tests/fidl/filter/src/lib.rs
  • M src/connectivity/network/tests/fidl/filter/src/matchers.rs
  • M src/connectivity/network/tests/fidl/filter/src/nat.rs
  • M src/connectivity/network/tests/fidl/interfaces-admin/src/lib.rs
  • M src/connectivity/network/tests/fidl/interfaces/src/error.rs
  • M src/connectivity/network/tests/fidl/interfaces/src/lib.rs
  • M src/connectivity/network/tests/fidl/neighbor/src/lib.rs
  • M src/connectivity/network/tests/fidl/routes-admin/src/lib.rs
  • M src/connectivity/network/tests/fidl/routes/src/common.rs
  • M src/connectivity/network/tests/fidl/routes/src/lib.rs
  • M src/connectivity/network/tests/integration/bridge/src/lib.rs
  • M src/connectivity/network/tests/integration/common/src/devices.rs
  • M src/connectivity/network/tests/integration/common/src/interfaces.rs
  • M src/connectivity/network/tests/integration/common/src/lib.rs
  • M src/connectivity/network/tests/integration/common/src/ndp.rs
  • M src/connectivity/network/tests/integration/common/src/nud.rs
  • M src/connectivity/network/tests/integration/common/src/realms.rs
  • M src/connectivity/network/tests/integration/device/src/lib.rs
  • M src/connectivity/network/tests/integration/dhcp-client/src/lib.rs
  • M src/connectivity/network/tests/integration/dhcp/src/lib.rs
  • M src/connectivity/network/tests/integration/dns/src/lib.rs
  • M src/connectivity/network/tests/integration/fidl/src/lib.rs
  • M src/connectivity/network/tests/integration/forwarding/src/lib.rs
  • M src/connectivity/network/tests/integration/guest/dhcpv4/src/lib.rs
  • M src/connectivity/network/tests/integration/guest/dhcpv6/src/lib.rs
  • M src/connectivity/network/tests/integration/inspect/src/ns2.rs
  • M src/connectivity/network/tests/integration/inspect/src/ns3.rs
  • M src/connectivity/network/tests/integration/ipv4/src/lib.rs
  • M src/connectivity/network/tests/integration/ipv6/src/lib.rs
  • M src/connectivity/network/tests/integration/multicast-forwarding/src/lib.rs
  • M src/connectivity/network/tests/integration/product-flow/src/lib.rs
  • M src/connectivity/network/tests/integration/socket/src/lib.rs
  • M src/connectivity/network/tests/integration/sys/src/lib.rs
  • M src/connectivity/network/tests/iperf/src/lib.rs
  • M src/connectivity/network/tests/multi_nic/server/src/main.rs
  • M src/connectivity/network/tun/examples/src/lib.rs
  • M src/connectivity/overnet/lib/ascendd/src/lib.rs
  • M src/connectivity/overnet/lib/ascendd/src/usb.rs
  • M src/connectivity/overnet/lib/circuit/src/connection.rs
  • M src/connectivity/overnet/lib/circuit/src/lib.rs
  • M src/connectivity/overnet/lib/circuit/src/multi_stream.rs
  • M src/connectivity/overnet/lib/circuit/src/stream.rs
  • M src/connectivity/overnet/lib/core/src/peer/mod.rs
  • M src/connectivity/overnet/lib/core/src/proxy/handle/channel.rs
  • M src/connectivity/overnet/lib/core/src/proxy/handle/event_pair.rs
  • M src/connectivity/overnet/lib/core/src/proxy/handle/mod.rs
  • M src/connectivity/overnet/lib/core/src/proxy/handle/socket.rs
  • M src/connectivity/overnet/lib/core/src/proxy/mod.rs
  • M src/connectivity/overnet/lib/core/src/proxy/run/main.rs
  • M src/connectivity/overnet/lib/core/src/proxy/run/spawn.rs
  • M src/connectivity/overnet/lib/core/src/proxy/run/xfer.rs
  • M src/connectivity/overnet/lib/core/src/proxy/stream.rs
  • M src/connectivity/overnet/lib/core/src/router/mod.rs
  • M src/connectivity/overnet/lib/core/src/router/service_map.rs
  • M src/connectivity/overnet/tests/integration/src/echo.rs
  • M src/connectivity/overnet/tests/integration/src/triangle.rs
  • M src/connectivity/policy/http-client/integration/src/lib.rs
  • M src/connectivity/policy/http-client/src/main.rs
  • M src/connectivity/policy/netcfg/src/devices.rs
  • M src/connectivity/policy/netcfg/src/dhcpv4.rs
  • M src/connectivity/policy/netcfg/src/dhcpv6.rs
  • M src/connectivity/policy/netcfg/src/dns.rs
  • M src/connectivity/policy/netcfg/src/filter.rs
  • M src/connectivity/policy/netcfg/src/interface.rs
  • M src/connectivity/policy/netcfg/src/lib.rs
  • M src/connectivity/policy/netcfg/src/masquerade.rs
  • M src/connectivity/policy/netcfg/src/virtualization.rs
  • M src/connectivity/policy/reachability/core/src/dig.rs
  • M src/connectivity/policy/reachability/core/src/fetch.rs
  • M src/connectivity/policy/reachability/core/src/inspect.rs
  • M src/connectivity/policy/reachability/core/src/lib.rs
  • M src/connectivity/policy/reachability/core/src/neighbor_cache.rs
  • M src/connectivity/policy/reachability/core/src/route_table.rs
  • M src/connectivity/policy/reachability/core/src/telemetry/mod.rs
  • M src/connectivity/policy/reachability/core/src/testutil.rs
  • M src/connectivity/policy/reachability/core/src/watchdog.rs
  • M src/connectivity/policy/reachability/src/lib.rs
  • M src/connectivity/policy/reachability/src/main.rs
  • M src/connectivity/policy/tests/integration/management/src/lib.rs
  • M src/connectivity/policy/tests/integration/management/src/virtualization.rs
  • M src/connectivity/policy/tests/integration/reachability/src/lib.rs
  • M src/connectivity/ppp/lib/ppp_packet/src/ipv4.rs
  • M src/connectivity/ppp/lib/ppp_packet/src/ipv6.rs
  • M src/connectivity/ppp/lib/ppp_packet/src/lib.rs
  • M src/connectivity/ppp/lib/ppp_packet/src/link.rs
  • M src/connectivity/ppp/lib/ppp_protocol/src/ipv4.rs
  • M src/connectivity/ppp/lib/ppp_protocol/src/ipv6.rs
  • M src/connectivity/ppp/lib/ppp_protocol/src/link.rs
  • M src/connectivity/ppp/lib/ppp_protocol/src/ppp.rs
  • M src/connectivity/ppp/lib/ppp_protocol/src/test.rs
  • M src/connectivity/weave/tests/weave_ip_forward/src/main.rs
  • M src/connectivity/wlan/drivers/wlansoftmac/rust_driver/c-binding/src/lib.rs
  • M src/connectivity/wlan/drivers/wlansoftmac/rust_driver/src/lib.rs
  • M src/connectivity/wlan/lib/bitfield/src/lib.rs
  • M src/connectivity/wlan/lib/bitfield/src/parse.rs
  • M src/connectivity/wlan/lib/common/rust/src/appendable.rs
  • M src/connectivity/wlan/lib/common/rust/src/big_endian.rs
  • M src/connectivity/wlan/lib/common/rust/src/bss.rs
  • M src/connectivity/wlan/lib/common/rust/src/buffer_reader.rs
  • M src/connectivity/wlan/lib/common/rust/src/buffer_writer.rs
  • M src/connectivity/wlan/lib/common/rust/src/capabilities.rs
  • M src/connectivity/wlan/lib/common/rust/src/channel.rs
  • M src/connectivity/wlan/lib/common/rust/src/data_writer.rs
  • M src/connectivity/wlan/lib/common/rust/src/error.rs
  • M src/connectivity/wlan/lib/common/rust/src/ie/fake_ies.rs
  • M src/connectivity/wlan/lib/common/rust/src/ie/fields.rs
  • M src/connectivity/wlan/lib/common/rust/src/ie/intersect.rs
  • M src/connectivity/wlan/lib/common/rust/src/ie/merger.rs
  • M src/connectivity/wlan/lib/common/rust/src/ie/mod.rs
  • M src/connectivity/wlan/lib/common/rust/src/ie/parse.rs
  • M src/connectivity/wlan/lib/common/rust/src/ie/rates_writer.rs
  • M src/connectivity/wlan/lib/common/rust/src/ie/reader.rs
  • M src/connectivity/wlan/lib/common/rust/src/ie/rsn/fake_rsnes.rs
  • M src/connectivity/wlan/lib/common/rust/src/ie/rsn/mod.rs
  • M src/connectivity/wlan/lib/common/rust/src/ie/rsn/rsne.rs
  • M src/connectivity/wlan/lib/common/rust/src/ie/rsn/suite_filter.rs
  • M src/connectivity/wlan/lib/common/rust/src/ie/wpa/fake_wpa_ies.rs
  • M src/connectivity/wlan/lib/common/rust/src/ie/write.rs
  • M src/connectivity/wlan/lib/common/rust/src/ie/wsc/mod.rs
  • M src/connectivity/wlan/lib/common/rust/src/ie/wsc/parse.rs
  • M src/connectivity/wlan/lib/common/rust/src/ie/wsc/reader.rs
  • M src/connectivity/wlan/lib/common/rust/src/lib.rs
  • M src/connectivity/wlan/lib/common/rust/src/mac/ctrl/fields.rs
  • M src/connectivity/wlan/lib/common/rust/src/mac/ctrl/mod.rs
  • M src/connectivity/wlan/lib/common/rust/src/mac/data/amsdu.rs
  • M src/connectivity/wlan/lib/common/rust/src/mac/data/fields.rs
  • M src/connectivity/wlan/lib/common/rust/src/mac/data/mod.rs
  • M src/connectivity/wlan/lib/common/rust/src/mac/data/msdu.rs
  • M src/connectivity/wlan/lib/common/rust/src/mac/eth.rs
  • M src/connectivity/wlan/lib/common/rust/src/mac/fields.rs
  • M src/connectivity/wlan/lib/common/rust/src/mac/frame_class.rs
  • M src/connectivity/wlan/lib/common/rust/src/mac/mgmt/fields.rs
  • M src/connectivity/wlan/lib/common/rust/src/mac/mgmt/mod.rs
  • M src/connectivity/wlan/lib/common/rust/src/mac/mgmt/reason.rs
  • M src/connectivity/wlan/lib/common/rust/src/mac/mgmt/status.rs
  • M src/connectivity/wlan/lib/common/rust/src/mac/mod.rs
  • M src/connectivity/wlan/lib/common/rust/src/mgmt_writer.rs
  • M src/connectivity/wlan/lib/common/rust/src/scan.rs
  • M src/connectivity/wlan/lib/common/rust/src/security/mod.rs
  • M src/connectivity/wlan/lib/common/rust/src/security/wpa/mod.rs
  • M src/connectivity/wlan/lib/common/rust/src/sequence.rs
  • M src/connectivity/wlan/lib/common/rust/src/test_utils/fake_capabilities.rs
  • M src/connectivity/wlan/lib/common/rust/src/test_utils/fake_frames.rs
  • M src/connectivity/wlan/lib/common/rust/src/test_utils/fake_stas.rs
  • M src/connectivity/wlan/lib/common/rust/src/test_utils/mod.rs
  • M src/connectivity/wlan/lib/common/rust/src/time.rs
  • M src/connectivity/wlan/lib/common/rust/src/timer.rs
  • M src/connectivity/wlan/lib/common/rust/src/tx_vector.rs
  • M src/connectivity/wlan/lib/eapol/src/lib.rs
  • M src/connectivity/wlan/lib/ffi-transport/src/buffers.rs
  • M src/connectivity/wlan/lib/ffi-transport/src/transport.rs
  • M src/connectivity/wlan/lib/fidl-ext/src/lib.rs
  • M src/connectivity/wlan/lib/fidl-ext/src/responder_ext.rs
  • M src/connectivity/wlan/lib/fidl-ext/src/send_result_ext.rs
  • M src/connectivity/wlan/lib/fidl-ext/src/tests.rs
  • M src/connectivity/wlan/lib/fidl-ext/src/try_unpack.rs
  • M src/connectivity/wlan/lib/frame_writer/macro/src/frame_writer.rs
  • M src/connectivity/wlan/lib/frame_writer/macro/src/header.rs
  • M src/connectivity/wlan/lib/frame_writer/macro/src/ie.rs
  • M src/connectivity/wlan/lib/frame_writer/src/lib.rs
  • M src/connectivity/wlan/lib/ieee80211/src/lib.rs
  • M src/connectivity/wlan/lib/ieee80211/src/mac_addr.rs
  • M src/connectivity/wlan/lib/ieee80211/src/ssid.rs
  • M src/connectivity/wlan/lib/mlme/fullmac/c-binding/src/lib.rs
  • M src/connectivity/wlan/lib/mlme/fullmac/src/convert/banjo_to_fidl.rs
  • M src/connectivity/wlan/lib/mlme/fullmac/src/convert/fidl_to_banjo.rs
  • M src/connectivity/wlan/lib/mlme/fullmac/src/device.rs
  • M src/connectivity/wlan/lib/mlme/fullmac/src/lib.rs
  • M src/connectivity/wlan/lib/mlme/rust/src/akm_algorithm.rs
  • M src/connectivity/wlan/lib/mlme/rust/src/ap/context.rs
  • M src/connectivity/wlan/lib/mlme/rust/src/ap/frame_writer/mod.rs
  • M src/connectivity/wlan/lib/mlme/rust/src/ap/infra_bss.rs
  • M src/connectivity/wlan/lib/mlme/rust/src/ap/mod.rs
  • M src/connectivity/wlan/lib/mlme/rust/src/ap/remote_client.rs
  • M src/connectivity/wlan/lib/mlme/rust/src/auth.rs
  • M src/connectivity/wlan/lib/mlme/rust/src/block_ack.rs
  • M src/connectivity/wlan/lib/mlme/rust/src/client/channel_switch.rs
  • M src/connectivity/wlan/lib/mlme/rust/src/client/convert_beacon.rs
  • M src/connectivity/wlan/lib/mlme/rust/src/client/lost_bss.rs
  • M src/connectivity/wlan/lib/mlme/rust/src/client/mod.rs
  • M src/connectivity/wlan/lib/mlme/rust/src/client/scanner.rs
  • M src/connectivity/wlan/lib/mlme/rust/src/client/state.rs
  • M src/connectivity/wlan/lib/mlme/rust/src/client/test_utils.rs
  • M src/connectivity/wlan/lib/mlme/rust/src/ddk_converter.rs
  • M src/connectivity/wlan/lib/mlme/rust/src/device.rs
  • M src/connectivity/wlan/lib/mlme/rust/src/error.rs
  • M src/connectivity/wlan/lib/mlme/rust/src/key.rs
  • M src/connectivity/wlan/lib/mlme/rust/src/lib.rs
  • M src/connectivity/wlan/lib/mlme/rust/src/minstrel.rs
  • M src/connectivity/wlan/lib/mlme/rust/src/probe_sequence.rs
  • M src/connectivity/wlan/lib/rsn/src/aes.rs
  • M src/connectivity/wlan/lib/rsn/src/auth/mod.rs
  • M src/connectivity/wlan/lib/rsn/src/auth/psk.rs
  • M src/connectivity/wlan/lib/rsn/src/integrity/cmac_aes128.rs
  • M src/connectivity/wlan/lib/rsn/src/integrity/hmac_md5.rs
  • M src/connectivity/wlan/lib/rsn/src/integrity/mod.rs
  • M src/connectivity/wlan/lib/rsn/src/key/exchange/handshake/fourway/mod.rs
  • M src/connectivity/wlan/lib/rsn/src/key/exchange/handshake/fourway/supplicant.rs
  • M src/connectivity/wlan/lib/rsn/src/key/exchange/handshake/group_key/mod.rs
  • M src/connectivity/wlan/lib/rsn/src/key/exchange/handshake/group_key/supplicant.rs
  • M src/connectivity/wlan/lib/rsn/src/key/exchange/mod.rs
  • M src/connectivity/wlan/lib/rsn/src/key/gtk.rs
  • M src/connectivity/wlan/lib/rsn/src/key/igtk.rs
  • M src/connectivity/wlan/lib/rsn/src/key/ptk.rs
  • M src/connectivity/wlan/lib/rsn/src/key_data/kde.rs
  • M src/connectivity/wlan/lib/rsn/src/key_data/mod.rs
  • M src/connectivity/wlan/lib/rsn/src/keywrap/aes.rs
  • M src/connectivity/wlan/lib/rsn/src/keywrap/mod.rs
  • M src/connectivity/wlan/lib/rsn/src/keywrap/rc4.rs
  • M src/connectivity/wlan/lib/rsn/src/lib.rs
  • M src/connectivity/wlan/lib/rsn/src/nonce.rs
  • M src/connectivity/wlan/lib/rsn/src/rsna/esssa.rs
  • M src/connectivity/wlan/lib/rsn/src/rsna/mod.rs
  • M src/connectivity/wlan/lib/rsn/src/rsna/test_util.rs
  • M src/connectivity/wlan/lib/sae/src/boringssl.rs
  • M src/connectivity/wlan/lib/sae/src/ecc.rs
  • M src/connectivity/wlan/lib/sae/src/frame.rs
  • M src/connectivity/wlan/lib/sae/src/hmac_utils.rs
  • M src/connectivity/wlan/lib/sae/src/lib.rs
  • M src/connectivity/wlan/lib/sae/src/state.rs
  • M src/connectivity/wlan/lib/sme/src/ap/aid.rs
  • M src/connectivity/wlan/lib/sme/src/ap/authenticator.rs
  • M src/connectivity/wlan/lib/sme/src/ap/event.rs
  • M src/connectivity/wlan/lib/sme/src/ap/mod.rs
  • M src/connectivity/wlan/lib/sme/src/ap/remote_client/mod.rs
  • M src/connectivity/wlan/lib/sme/src/ap/remote_client/state.rs
  • M src/connectivity/wlan/lib/sme/src/ap/test_utils.rs
  • M src/connectivity/wlan/lib/sme/src/client/event.rs
  • M src/connectivity/wlan/lib/sme/src/client/inspect.rs
  • M src/connectivity/wlan/lib/sme/src/client/mod.rs
  • M src/connectivity/wlan/lib/sme/src/client/protection.rs
  • M src/connectivity/wlan/lib/sme/src/client/rsn.rs
  • M src/connectivity/wlan/lib/sme/src/client/scan.rs
  • M src/connectivity/wlan/lib/sme/src/client/state/link_state.rs
  • M src/connectivity/wlan/lib/sme/src/client/state/mod.rs
  • M src/connectivity/wlan/lib/sme/src/client/test_utils.rs
  • M src/connectivity/wlan/lib/sme/src/client/wpa.rs
  • M src/connectivity/wlan/lib/sme/src/lib.rs
  • M src/connectivity/wlan/lib/sme/src/serve/ap.rs
  • M src/connectivity/wlan/lib/sme/src/serve/client.rs
  • M src/connectivity/wlan/lib/sme/src/serve/mod.rs
  • M src/connectivity/wlan/lib/sme/src/test_utils.rs
  • M src/connectivity/wlan/lib/stash/src/lib.rs
  • M src/connectivity/wlan/lib/stash/src/policy.rs
  • M src/connectivity/wlan/lib/stash/src/stash_store.rs
  • M src/connectivity/wlan/lib/stash/src/storage_store.rs
  • M src/connectivity/wlan/lib/statemachine/macro/src/statemachine.rs
  • M src/connectivity/wlan/lib/statemachine/src/lib.rs
  • M src/connectivity/wlan/lib/telemetry/src/lib.rs
  • M src/connectivity/wlan/lib/telemetry/src/processors/connect_disconnect.rs
  • M src/connectivity/wlan/lib/telemetry/src/testing/mod.rs
  • M src/connectivity/wlan/lib/telemetry/src/util/sender.rs
  • M src/connectivity/wlan/lib/wep_deprecated/src/lib.rs
  • M src/connectivity/wlan/testing/hw-sim/src/config.rs
  • M src/connectivity/wlan/testing/hw-sim/src/event/action.rs
  • M src/connectivity/wlan/testing/hw-sim/src/event/branch.rs
  • M src/connectivity/wlan/testing/hw-sim/src/event/buffered.rs
  • M src/connectivity/wlan/testing/hw-sim/src/event/convert.rs
  • M src/connectivity/wlan/testing/hw-sim/src/event/extract.rs
  • M src/connectivity/wlan/testing/hw-sim/src/event/mod.rs
  • M src/connectivity/wlan/testing/hw-sim/src/lib.rs
  • M src/connectivity/wlan/testing/hw-sim/src/netdevice_helper.rs
  • M src/connectivity/wlan/testing/hw-sim/src/test_utils.rs
  • M src/connectivity/wlan/testing/hw-sim/src/wlancfg_helper.rs
  • M src/connectivity/wlan/testing/hw-sim/test/autoconnect_idle_iface/src/lib.rs
  • M src/connectivity/wlan/testing/hw-sim/test/connect_to_all_modern_bss_protections/src/lib.rs
  • M src/connectivity/wlan/testing/hw-sim/test/connect_to_open_network/src/lib.rs
  • M src/connectivity/wlan/testing/hw-sim/test/connect_to_wpa1_network/src/lib.rs
  • M src/connectivity/wlan/testing/hw-sim/test/connect_with_bad_password/src/lib.rs
  • M src/connectivity/wlan/testing/hw-sim/test/connect_with_failed_association/src/lib.rs
  • M src/connectivity/wlan/testing/hw-sim/test/connect_with_wrong_credential_type/src/lib.rs
  • M src/connectivity/wlan/testing/hw-sim/test/ethernet_tx_rx/src/lib.rs
  • M src/connectivity/wlan/testing/hw-sim/test/handle_tx_event_hooks/src/lib.rs
  • M src/connectivity/wlan/testing/hw-sim/test/multiple_clients_ap/src/lib.rs
  • M src/connectivity/wlan/testing/hw-sim/test/open_ap_connect/src/lib.rs
  • M src/connectivity/wlan/testing/hw-sim/test/rate_selection/src/lib.rs
  • M src/connectivity/wlan/testing/hw-sim/test/reconnect_to_wpa2_network/src/lib.rs
  • M src/connectivity/wlan/testing/hw-sim/test/run_without_regulatory_manager/src/lib.rs
  • M src/connectivity/wlan/testing/hw-sim/test/scan_contemporary_privacy/src/lib.rs
  • M src/connectivity/wlan/testing/hw-sim/test/scan_legacy_privacy/src/lib.rs
  • M src/connectivity/wlan/testing/hw-sim/test/set_country/src/lib.rs
  • M src/connectivity/wlan/testing/hw-sim/test/sim_client_vs_sim_ap/src/lib.rs
  • M src/connectivity/wlan/testing/hw-sim/test/simulate_scan/src/lib.rs
  • M src/connectivity/wlan/testing/hw-sim/test/verify_ethernet/src/lib.rs
  • M src/connectivity/wlan/testing/hw-sim/test/verify_wlan_inspect/src/lib.rs
  • M src/connectivity/wlan/testing/wlan-service-util/src/ap.rs
  • M src/connectivity/wlan/testing/wlan-service-util/src/client.rs
  • M src/connectivity/wlan/testing/wlan-service-util/src/lib.rs
  • M src/connectivity/wlan/testing/wlantap-client/src/lib.rs
  • M src/connectivity/wlan/tests/drivers-only/common/src/lib.rs
  • M src/connectivity/wlan/tests/drivers-only/common/src/sme_helpers.rs
  • M src/connectivity/wlan/tests/drivers-only/fullmac-tests/src/ap.rs
  • M src/connectivity/wlan/tests/drivers-only/fullmac-tests/src/client.rs
  • M src/connectivity/wlan/tests/drivers-only/fullmac-tests/src/lib.rs
  • M src/connectivity/wlan/tests/drivers-only/fullmac-tests/src/query.rs
  • M src/connectivity/wlan/tests/drivers-only/fullmac-tests/src/telemetry.rs
  • M src/connectivity/wlan/tests/helpers/fullmac-helpers/src/config.rs
  • M src/connectivity/wlan/tests/helpers/fullmac-helpers/src/fake_ap.rs
  • M src/connectivity/wlan/tests/helpers/fullmac-helpers/src/lib.rs
  • M src/connectivity/wlan/tests/helpers/fullmac-helpers/src/recorded_request_stream.rs
  • M src/connectivity/wlan/tests/helpers/realm-factory/src/main.rs
  • M src/connectivity/wlan/tests/helpers/test-realm-helpers/src/tracing.rs
  • M src/connectivity/wlan/tests/helpers/testcontroller-driver/test/testcontroller_driver_test.rs
  • M src/connectivity/wlan/tools/wlantool/cli/src/main.rs
  • M src/connectivity/wlan/tools/wlantool/wlan_dev/src/lib.rs
  • M src/connectivity/wlan/wlancfg/fuzz/src/lib.rs
  • M src/connectivity/wlan/wlancfg/src/access_point/mod.rs
  • M src/connectivity/wlan/wlancfg/src/access_point/state_machine.rs
  • M src/connectivity/wlan/wlancfg/src/client/connection_selection/bss_selection.rs
  • M src/connectivity/wlan/wlancfg/src/client/connection_selection/mod.rs
  • M src/connectivity/wlan/wlancfg/src/client/connection_selection/network_selection.rs
  • M src/connectivity/wlan/wlancfg/src/client/connection_selection/scoring_functions.rs
  • M src/connectivity/wlan/wlancfg/src/client/mod.rs
  • M src/connectivity/wlan/wlancfg/src/client/roaming/lib.rs
  • M src/connectivity/wlan/wlancfg/src/client/roaming/local_roam_manager/mod.rs
  • M src/connectivity/wlan/wlancfg/src/client/roaming/roam_monitor/mod.rs
  • M src/connectivity/wlan/wlancfg/src/client/scan/fidl_conversion.rs
  • M src/connectivity/wlan/wlancfg/src/client/scan/mod.rs
  • M src/connectivity/wlan/wlancfg/src/client/scan/queue.rs
  • M src/connectivity/wlan/wlancfg/src/client/state_machine.rs
  • M src/connectivity/wlan/wlancfg/src/client/types.rs
  • M src/connectivity/wlan/wlancfg/src/config_management/config_manager.rs
  • M src/connectivity/wlan/wlancfg/src/config_management/network_config.rs
  • M src/connectivity/wlan/wlancfg/src/config_management/stash_conversion.rs
  • M src/connectivity/wlan/wlancfg/src/legacy/deprecated_client.rs
  • M src/connectivity/wlan/wlancfg/src/legacy/deprecated_configuration.rs
  • M src/connectivity/wlan/wlancfg/src/legacy/mod.rs
  • M src/connectivity/wlan/wlancfg/src/main.rs
  • M src/connectivity/wlan/wlancfg/src/mode_management/device_monitor.rs
  • M src/connectivity/wlan/wlancfg/src/mode_management/iface_manager.rs
  • M src/connectivity/wlan/wlancfg/src/mode_management/iface_manager_api.rs
  • M src/connectivity/wlan/wlancfg/src/mode_management/iface_manager_types.rs
  • M src/connectivity/wlan/wlancfg/src/mode_management/mod.rs
  • M src/connectivity/wlan/wlancfg/src/mode_management/phy_manager.rs
  • M src/connectivity/wlan/wlancfg/src/mode_management/recovery.rs
  • M src/connectivity/wlan/wlancfg/src/regulatory_manager.rs
  • M src/connectivity/wlan/wlancfg/src/telemetry/convert.rs
  • M src/connectivity/wlan/wlancfg/src/telemetry/experiment.rs
  • M src/connectivity/wlan/wlancfg/src/telemetry/inspect_time_series.rs
  • M src/connectivity/wlan/wlancfg/src/telemetry/mod.rs
  • M src/connectivity/wlan/wlancfg/src/tests/client_e2e.rs
  • M src/connectivity/wlan/wlancfg/src/util/atomic_oneshot_stream.rs
  • M src/connectivity/wlan/wlancfg/src/util/fuse_pending.rs
  • M src/connectivity/wlan/wlancfg/src/util/future_with_metadata.rs
  • M src/connectivity/wlan/wlancfg/src/util/historical_list.rs
  • M src/connectivity/wlan/wlancfg/src/util/listener/access_point.rs
  • M src/connectivity/wlan/wlancfg/src/util/listener/client.rs
  • M src/connectivity/wlan/wlancfg/src/util/listener/generic.rs
  • M src/connectivity/wlan/wlancfg/src/util/pseudo_energy.rs
  • M src/connectivity/wlan/wlancfg/src/util/state_machine.rs
  • M src/connectivity/wlan/wlancfg/src/util/testing/async_stream.rs
  • M src/connectivity/wlan/wlancfg/src/util/testing/fakes.rs
  • M src/connectivity/wlan/wlancfg/src/util/testing/generate_struct.rs
  • M src/connectivity/wlan/wlancfg/tool/cli/src/main.rs
  • M src/connectivity/wlan/wlancfg/tool/policy/src/lib.rs
  • M src/connectivity/wlan/wlancfg/tool/policy/src/opts.rs
  • M src/connectivity/wlan/wlancfg/tool/policy/src/serialize.rs
  • M src/connectivity/wlan/wlandevicemonitor/src/device.rs
  • M src/connectivity/wlan/wlandevicemonitor/src/device_watch.rs
  • M src/connectivity/wlan/wlandevicemonitor/src/inspect.rs
  • M src/connectivity/wlan/wlandevicemonitor/src/main.rs
  • M src/connectivity/wlan/wlandevicemonitor/src/service.rs
  • M src/connectivity/wlan/wlandevicemonitor/src/watcher_service.rs
  • M src/connectivity/wlan/wlanix/src/bss_scorer.rs
  • M src/connectivity/wlan/wlanix/src/default_drop.rs
  • M src/connectivity/wlan/wlanix/src/ifaces.rs
  • M src/connectivity/wlan/wlanix/src/main.rs
  • M src/connectivity/wlan/wlanix/src/nl80211/attr/band.rs
  • M src/connectivity/wlan/wlanix/src/nl80211/attr/bss.rs
  • M src/connectivity/wlan/wlanix/src/nl80211/attr/mod.rs
  • M src/connectivity/wlan/wlanix/src/nl80211/attr/sta_info.rs
  • M src/connectivity/wlan/wlanix/src/nl80211/cmd.rs
  • M src/connectivity/wlan/wlanix/src/nl80211/mod.rs
  • M src/connectivity/wlan/wlanix/src/nl80211/nested.rs
  • M src/connectivity/wlan/wlanix/src/security.rs
  • M src/developer/debug/e2e_tests/inferiors/async_rust.rs
  • M src/developer/debug/ffx_zxdb/src/background.rs
  • M src/developer/debug/ffx_zxdb/src/command_builder.rs
  • M src/developer/debug/ffx_zxdb/src/debug_agent.rs
  • M src/developer/debug/ffx_zxdb/src/debugger.rs
  • M src/developer/fastboot/src/lib.rs
  • M src/developer/ffx/command/src/ffx.rs
  • M src/developer/ffx/command/src/lib.rs
  • M src/developer/ffx/command/src/metrics.rs
  • M src/developer/ffx/command/src/tools.rs
  • M src/developer/ffx/config/domain/src/config_domain.rs
  • M src/developer/ffx/config/domain/src/file_states.rs
  • M src/developer/ffx/config/src/aliases.rs
  • M src/developer/ffx/config/src/api/query.rs
  • M src/developer/ffx/config/src/api/value.rs
  • M src/developer/ffx/config/src/cache.rs
  • M src/developer/ffx/config/src/environment.rs
  • M src/developer/ffx/config/src/environment/context.rs
  • M src/developer/ffx/config/src/environment/kind.rs
  • M src/developer/ffx/config/src/environment/test_env.rs
  • M src/developer/ffx/config/src/lib.rs
  • M src/developer/ffx/config/src/logging.rs
  • M src/developer/ffx/config/src/mapping/build.rs
  • M src/developer/ffx/config/src/mapping/cache.rs
  • M src/developer/ffx/config/src/mapping/config.rs
  • M src/developer/ffx/config/src/mapping/data.rs
  • M src/developer/ffx/config/src/mapping/env_var.rs
  • M src/developer/ffx/config/src/mapping/home.rs
  • M src/developer/ffx/config/src/mapping/runtime.rs
  • M src/developer/ffx/config/src/mapping/workspace.rs
  • M src/developer/ffx/config/src/nested.rs
  • M src/developer/ffx/config/src/paths.rs
  • M src/developer/ffx/config/src/runtime.rs
  • M src/developer/ffx/config/src/storage.rs
  • M src/developer/ffx/core/macro/src/impl.rs
  • M src/developer/ffx/core/src/lib.rs
  • M src/developer/ffx/daemon/core/src/events.rs
  • M src/developer/ffx/daemon/events/src/lib.rs
  • M src/developer/ffx/daemon/protocols/agis/src/lib.rs
  • M src/developer/ffx/daemon/protocols/forward/src/lib.rs
  • M src/developer/ffx/daemon/protocols/repo/src/lib.rs
  • M src/developer/ffx/daemon/protocols/target_collection/src/lib.rs
  • M src/developer/ffx/daemon/protocols/target_collection/src/reboot.rs
  • M src/developer/ffx/daemon/protocols/target_collection/src/target_handle.rs
  • M src/developer/ffx/daemon/protocols/tracing/src/lib.rs
  • M src/developer/ffx/daemon/server/src/daemon.rs
  • M src/developer/ffx/daemon/src/lib.rs
  • M src/developer/ffx/daemon/src/socket.rs
  • M src/developer/ffx/daemon/target/src/overnet/host_pipe.rs
  • M src/developer/ffx/daemon/target/src/target.rs
  • M src/developer/ffx/daemon/target/src/target/update.rs
  • M src/developer/ffx/daemon/target/src/target_collection.rs
  • M src/developer/ffx/daemon/target/src/zedboot.rs
  • M src/developer/ffx/frontends/ffx/src/lib.rs
  • M src/developer/ffx/frontends/ffx/src/main.rs
  • M src/developer/ffx/lib/addr/src/target_addr.rs
  • M src/developer/ffx/lib/auth/src/lib.rs
  • M src/developer/ffx/lib/daemonize/src/lib.rs
  • M src/developer/ffx/lib/discovery/src/lib.rs
  • M src/developer/ffx/lib/discovery/src/query.rs
  • M src/developer/ffx/lib/doctor_utils/src/daemon_manager.rs
  • M src/developer/ffx/lib/doctor_utils/src/recorder.rs
  • M src/developer/ffx/lib/e2e_emu/src/lib.rs
  • M src/developer/ffx/lib/emulator_instance/src/instances.rs
  • M src/developer/ffx/lib/emulator_instance/src/lib.rs
  • M src/developer/ffx/lib/emulator_instance/src/targets.rs
  • M src/developer/ffx/lib/fastboot/interface/src/fastboot_proxy.rs
  • M src/developer/ffx/lib/fastboot/src/boot/mod.rs
  • M src/developer/ffx/lib/fastboot/src/common/cmd.rs
  • M src/developer/ffx/lib/fastboot/src/common/crypto.rs
  • M src/developer/ffx/lib/fastboot/src/common/mod.rs
  • M src/developer/ffx/lib/fastboot/src/file_resolver/resolvers.rs
  • M src/developer/ffx/lib/fastboot/src/info/mod.rs
  • M src/developer/ffx/lib/fastboot/src/lib.rs
  • M src/developer/ffx/lib/fastboot/src/lock/mod.rs
  • M src/developer/ffx/lib/fastboot/src/manifest/mod.rs
  • M src/developer/ffx/lib/fastboot/src/manifest/resolvers.rs
  • M src/developer/ffx/lib/fastboot/src/manifest/v1.rs
  • M src/developer/ffx/lib/fastboot/src/manifest/v2.rs
  • M src/developer/ffx/lib/fastboot/src/manifest/v3.rs
  • M src/developer/ffx/lib/fastboot/src/unlock/mod.rs
  • M src/developer/ffx/lib/fastboot/transport/interface/src/tcp.rs
  • M src/developer/ffx/lib/fastboot/transport/interface/src/udp.rs
  • M src/developer/ffx/lib/fho/macro/src/structs.rs
  • M src/developer/ffx/lib/fho/macro/src/types.rs
  • M src/developer/ffx/lib/fho/search/src/lib.rs
  • M src/developer/ffx/lib/fho/src/adapters.rs
  • M src/developer/ffx/lib/fho/src/from_env.rs
  • M src/developer/ffx/lib/fho/src/from_env/from_toolbox.rs
  • M src/developer/ffx/lib/fho/src/lib.rs
  • M src/developer/ffx/lib/fho/src/subtool.rs
  • M src/developer/ffx/lib/fho/src/testing.rs
  • M src/developer/ffx/lib/fidl-fuchsia-developer-ffx-ext/src/repo.rs
  • M src/developer/ffx/lib/fuchsia-controller/src/commands.rs
  • M src/developer/ffx/lib/fuchsia-controller/src/lib.rs
  • M src/developer/ffx/lib/isolate/src/lib.rs
  • M src/developer/ffx/lib/logging/src/lib.rs
  • M src/developer/ffx/lib/manual_targets/src/lib.rs
  • M src/developer/ffx/lib/manual_targets/src/watcher.rs
  • M src/developer/ffx/lib/mdns_discovery/src/lib.rs
  • M src/developer/ffx/lib/metrics/src/lib.rs
  • M src/developer/ffx/lib/netext/src/lib.rs
  • M src/developer/ffx/lib/pbms/src/gcs.rs
  • M src/developer/ffx/lib/pbms/src/lib.rs
  • M src/developer/ffx/lib/pbms/src/pbms.rs
  • M src/developer/ffx/lib/pbms/src/transfer_manifest.rs
  • M src/developer/ffx/lib/pkg/src/config.rs
  • M src/developer/ffx/lib/pkg/src/metrics.rs
  • M src/developer/ffx/lib/pkg/src/repo.rs
  • M src/developer/ffx/lib/pkg/src/tunnel.rs
  • M src/developer/ffx/lib/protocols/src/context.rs
  • M src/developer/ffx/lib/protocols/src/prelude.rs
  • M src/developer/ffx/lib/protocols/src/protocols.rs
  • M src/developer/ffx/lib/protocols/src/register.rs
  • M src/developer/ffx/lib/protocols/src/testing/fake_daemon.rs
  • M src/developer/ffx/lib/protocols/src/testing/mod.rs
  • M src/developer/ffx/lib/rcs/src/lib.rs
  • M src/developer/ffx/lib/rcs/src/port_forward.rs
  • M src/developer/ffx/lib/sdk/src/lib.rs
  • M src/developer/ffx/lib/ssh/src/ssh.rs
  • M src/developer/ffx/lib/ssh/src/ssh_key.rs
  • M src/developer/ffx/lib/stream_util/src/lib.rs
  • M src/developer/ffx/lib/symbol-index/src/lib.rs
  • M src/developer/ffx/lib/target/src/lib.rs
  • M src/developer/ffx/lib/target/src/ssh_connector.rs
  • M src/developer/ffx/lib/tasks/src/lib.rs
  • M src/developer/ffx/lib/testing/src/lib.rs
  • M src/developer/ffx/lib/usb_fastboot_discovery/src/lib.rs
  • M src/developer/ffx/lib/writer/src/machine_writer.rs
  • M src/developer/ffx/lib/writer/src/verified_machine_writer.rs
  • M src/developer/ffx/playground/src/builtins.rs
  • M src/developer/ffx/playground/src/interpreter.rs
  • M src/developer/ffx/playground/src/parser.rs
  • M src/developer/ffx/playground/src/value/iterator.rs
  • M src/developer/ffx/plugins/assembly/src/args.rs
  • M src/developer/ffx/plugins/assembly/src/compiled_package.rs
  • M src/developer/ffx/plugins/assembly/src/operations/create_system.rs
  • M src/developer/ffx/plugins/assembly/src/operations/product/assembly_builder.rs
  • M src/developer/ffx/plugins/assembly/src/operations/size_check/package.rs
  • M src/developer/ffx/plugins/assembly/src/operations/size_check/product.rs
  • M src/developer/ffx/plugins/assembly/src/vbmeta.rs
  • M src/developer/ffx/plugins/assembly/src/vfs.rs
  • M src/developer/ffx/plugins/audio/common/src/lib.rs
  • M src/developer/ffx/plugins/audio/device/src/args.rs
  • M src/developer/ffx/plugins/audio/device/src/connect.rs
  • M src/developer/ffx/plugins/audio/device/src/control.rs
  • M src/developer/ffx/plugins/audio/device/src/info.rs
  • M src/developer/ffx/plugins/audio/device/src/lib.rs
  • M src/developer/ffx/plugins/audio/device/src/list.rs
  • M src/developer/ffx/plugins/audio/device/src/serde_ext.rs
  • M src/developer/ffx/plugins/audio/gen/src/lib.rs
  • M src/developer/ffx/plugins/audio/list-devices/src/lib.rs
  • M src/developer/ffx/plugins/audio/play/src/args.rs
  • M src/developer/ffx/plugins/audio/record/src/args.rs
  • M src/developer/ffx/plugins/audio/record/src/lib.rs
  • M src/developer/ffx/plugins/component/common/src/rcs.rs
  • M src/developer/ffx/plugins/component/create/src/lib.rs
  • M src/developer/ffx/plugins/component/debug/src/lib.rs
  • M src/developer/ffx/plugins/component/doctor/src/lib.rs
  • M src/developer/ffx/plugins/component/list/src/lib.rs
  • M src/developer/ffx/plugins/component/route/src/lib.rs
  • M src/developer/ffx/plugins/component/run/src/lib.rs
  • M src/developer/ffx/plugins/component/show/src/lib.rs
  • M src/developer/ffx/plugins/component/start/src/lib.rs
  • M src/developer/ffx/plugins/config/src/args.rs
  • M src/developer/ffx/plugins/config/src/lib.rs
  • M src/developer/ffx/plugins/coverage/src/lib.rs
  • M src/developer/ffx/plugins/daemon/log/src/lib.rs
  • M src/developer/ffx/plugins/daemon/stop/src/lib.rs
  • M src/developer/ffx/plugins/debug/connect/src/lib.rs
  • M src/developer/ffx/plugins/debug/core/src/lib.rs
  • M src/developer/ffx/plugins/doctor/src/lib.rs
  • M src/developer/ffx/plugins/driver/src/args.rs
  • M src/developer/ffx/plugins/driver/src/lib.rs
  • M src/developer/ffx/plugins/emulator/commands/list/src/lib.rs
  • M src/developer/ffx/plugins/emulator/commands/show/src/lib.rs
  • M src/developer/ffx/plugins/emulator/commands/start/src/editor.rs
  • M src/developer/ffx/plugins/emulator/commands/start/src/lib.rs
  • M src/developer/ffx/plugins/emulator/commands/start/src/pbm.rs
  • M src/developer/ffx/plugins/emulator/common/src/fletcher64.rs
  • M src/developer/ffx/plugins/emulator/common/src/lib.rs
  • M src/developer/ffx/plugins/emulator/configuration/src/conversions.rs
  • M src/developer/ffx/plugins/emulator/configuration/src/enumerations.rs
  • M src/developer/ffx/plugins/emulator/configuration/src/interface_types.rs
  • M src/developer/ffx/plugins/emulator/e2e_test/src/lib.rs
  • M src/developer/ffx/plugins/emulator/engines/src/lib.rs
  • M src/developer/ffx/plugins/emulator/engines/src/qemu_based/femu/mod.rs
  • M src/developer/ffx/plugins/emulator/engines/src/qemu_based/mod.rs
  • M src/developer/ffx/plugins/emulator/engines/src/qemu_based/qemu/mod.rs
  • M src/developer/ffx/plugins/emulator/engines/src/serialization.rs
  • M src/developer/ffx/plugins/emulator/engines/src/show_output.rs
  • M src/developer/ffx/plugins/fuzz/shell_args/src/lib.rs
  • M src/developer/ffx/plugins/fuzz/src/args.rs
  • M src/developer/ffx/plugins/fuzz/src/autocomplete.rs
  • M src/developer/ffx/plugins/fuzz/src/fuzzer.rs
  • M src/developer/ffx/plugins/fuzz/src/options.rs
  • M src/developer/ffx/plugins/fuzz/src/reader.rs
  • M src/developer/ffx/plugins/fuzz/src/shell.rs
  • M src/developer/ffx/plugins/inspect/src/accessor_provider.rs
  • M src/developer/ffx/plugins/inspect/src/apply_selectors/filter.rs
  • M src/developer/ffx/plugins/inspect/src/apply_selectors/mod.rs
  • M src/developer/ffx/plugins/inspect/src/apply_selectors/