[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
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.