[roll] Roll fuchsia [sdk][vfs] Move Node class to `vfs` namespace

The `vfs::internal::Node` type is already a part of the public SDK VFS
API, and is used both in and out of tree. It is most prominent in the
`PseudoDir` type, which uses this base class for entry addition,
removal, and lookup. Therefore, it is moved into the top-level `vfs`
namespace.

Update enumeration constants to compliy with style guide.

Update all in-tree usages to avoid use of deprecated type aliases
and constants. Mark them as removed in the next API version to simplify
removal.

Test: No functional change.
Original-Bug: b/311176363

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/987053
Original-Revision: af5427c7f601c5bc222b8a26a1f333955964c95a
GitOrigin-RevId: 306f20e39d18afe21b826cec6312729a06247381
Change-Id: I678f5776f508cc0f5c6a04385174860f2a42152e
1 file changed
tree: 5961822a41ee40f57c3bf9bc46899f71f3e6ee5d
  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.