[roll] Roll fuchsia [storage][conformance] Migrate OpenFlags -> Flags

Replace fuchsia.io/OpenFlags with fuchsia.io/Flags in storage
conformance test suite. This marks the last remaining instance of
fuchsia.io/OpenFlags outside of fuchsia.io.

Add a TODO for the case of GetToken as the Rust and C++ VFS enforce this
differently. The Rust VFS requires the MODIFY_DIRECTORY right whereas
the C++ VFS only checks for the WRITE_BYTES right. This will be
addressed in a follow-up change.

Test: fx test //src/storage/conformance
Original-Bug: 324081103
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1152305
Original-Revision: c8dd83cca7950396fb1069252a27807254172712
GitOrigin-RevId: 809cabe9d6422ee68979c5a8c9b77331a60ae495
Change-Id: I3a379553ffab769f3ef1c207fd023dc4844f6171
1 file changed
tree: 73678446eca2e49725d38e6c46ccacc386b1a733
  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 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.