[roll] Roll fuchsia [storage-manager] Move disk_management contents into storage-manager.

This CL moves a most of
bin/password_authenticator/src/disk_management.rs +
bin/password_authenticator/src/constants.rs from
bin/password_authenticator to lib/storage_manager/minfs/disk.rs, making
it publicly accessible in its current callsite and other, future
callsites.

Some imports in other files needed to change. Some test functions needed to
be moved to non-cfg(test) blocks; these new blocks all are named
testing.

This CL unblocks work moving the contents of
bin/password_authenticator/src/account_manager.rs which deal with
minfs/zxcrypt out of password_authenticator and into
src/identity/lib/storage_manager, where they can be used by other
callsites.

Original-Bug: 103134
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/731903
Original-Revision: 712986fe724a994c60cb7cef6bcc7639714ae508
GitOrigin-RevId: c99472182c69f92ad69bcd92a4aa9d1c79e6e6dd
Change-Id: I156057e10d2c7cc88d22f4849eabe516e6de7fb3
1 file changed
tree: b8872a40d24a3b4b0d7a94425a09c99a974a79f2
  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.