[roll] Roll fuchsia [fidlcat] Pass string_view.data() to ifstream ctor

The ifstream ctor does not explicitly take a string_view as an argument
for its ctor. Prior to https://github.com/llvm/llvm-project/pull/85079,
the argument for ifstream was a `const std::filesystem::path &` so a
path is implicitly constructed. After that change, the ctor that
would've taken the string_view only participates in resolution if the
type is explicitly a `path` object.

This just instead passes the raw char ptr from the string_view which is
a valid ctor argument.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1024987
Original-Revision: fc2ef428ec26b082ea18a4eda813ed5ba7dae74d
GitOrigin-RevId: 7f39bf7ec51301f0a448a73fb37ed1c0b8f1c8f0
Change-Id: Iff1caea4c0a3b0504cc9980f56bd3f871b333086
1 file changed
tree: 93bf96ba8c178ddc725aab8d41f8b63e98390455
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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.