[roll] Roll fuchsia [ffx component] Break RemotePath into multiple types.

`ffx component storage` and `ffx component copy` were sharing the same
struct for two semantically different paths (one for a storage instance
ID and another for a moniker). This breaks it into two distinct types.

Also:
* Add parsing of component directory type (in/out/pkg) to the
  moniker-specific variant in preparation for supporting other
  directories.

Original-Bug: 126800

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/867370
Original-Revision: 70b5669be82d353f6b8a4c91a31be8902ebb6f75
GitOrigin-RevId: 6ce983704f08a49e3edebb24bf5147c1b4e69394
Change-Id: Ib207f1c1f8b7569fa65b014382341cfd734d70f7
1 file changed
tree: 1d5e4afde919b51840d0f58bcbfe782d6a7b33c0
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

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

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

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.