[roll] Roll fuchsia [starnix] Add CurrentTask::get_file()/get_file_allowing_opath()

This simplifies the most commonly-used access the current task's
files. Change I7b6666c44dc067fe70e01740b84052e5853cd13a complicated this
access.

Before that change: current_task.files.get_file()
After that change:  current_task.live().files.get_file()
With this change:   current_task.get_file()

Original-Bug: 297440106
Test: //src/starnix:tests
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1546905
Original-Revision: 984df587ea59feb66d52c9bdda36bcfc0e568360
GitOrigin-RevId: 312983b1c3292fc42388642609cca3c414134504
Change-Id: I0ee591a26c5ab9854f3ffb4aa73c70f7106bbe41
1 file changed
tree: 9b75dae3c906b43fe2d50df8b1084a48f4499d34
  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.