[roll] Roll fuchsia [driver_manager][ffx] Expose topological path in driver tools

The topological path (now different from the moniker name, which is
shortened by Change I9c3a7795a5be801afd50d559e6946298934b6045) is
useful for developers to get the actual path in devfs for a certain
device node, so that they may pass it in to some CLI tools.

This change adds the `topological_path` to `NodeInfo` in the
`fuchsia.driver.development` FIDL protocol. It populates this field in
`driver_manager` using `node->MakeTopologicalPath()`.

It updates `ffx driver node show` and `ffx driver list-devices -v` host
tools to display the path.

Original-Bug: 500119481
Original-Bug: 42172220
Test: Verified that `ffx driver node show` and
      `ffx driver list-devices -v` display the path correctly on vim3.
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1565674
Original-Revision: e25465e7cc54b4ede21a1add86d72bc0e87afefe
GitOrigin-RevId: 88b3ab8248efa0e4f33fd4d43de9d0d87f2d4a1d
Change-Id: I03ee021bc96a0a51a2bf8219809512d32985051e
1 file changed
tree: 948b6466d2b30d51995cc843d9f9a4fdccc77003
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.