[roll] Roll fuchsia [fuchsia-fs] remove open_directory_in_namespace

Replace uses of open_directory_in_namespace with
directory::open_in_namespace.

This was mostly done with these commands -

git grep -l fuchsia_fs::open_directory_in_namespace | xargs sed -i 's|fuchsia_fs::open_directory_in_namespace|fuchsia_fs::directory::open_in_namespace|g'
git grep -l open_directory_in_namespace | xargs sed -i 's|fuchsia_fs::{open_directory_in_namespace, OpenFlags}|fuchsia_fs::OpenFlags|g'
git grep -l open_directory_in_namespace | xargs sed -i 's|open_directory_in_namespace|fuchsia_fs::directory::open_in_namespace|g'

With some manual fixups.

Original-Bug: 105504
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/711746
Original-Revision: f7cbe05f82798c94f85d589a8b56fd015aabb4df
GitOrigin-RevId: 823a778cb179c9213bafe705bce7f569c3866f58
Change-Id: I7f10c3a15d9d1b79ffff369e505a3474e5ef18d0
1 file changed
tree: 10865ebcedb9b1f862ae167a7280fa67eaa3bad5
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.