[ledger] Add PageStorage.ListPages

This effectively "promotes" the old ListLocalPages method of
PageStorageImpl into an included-in-the-PageStorage-interface method
and adds test coverage.

... and fixes the way the old ListLocalPages method did not properly
handle the presence of a staging directory that is sometimes a sibling
of the page directories.

... and we change the aggregate used to pass the PageIds from vector to
set because we'll never be interested in duplicates or custom orders.

Change-Id: Ia356707dd51484b2c263aa21a4268afcf2708880
6 files changed
tree: 8615baa2da97e66cc2c24c46c86ea959477d5c9f
  1. boards/
  2. build/
  3. buildtools/
  4. bundles/
  5. docs/
  6. examples/
  7. garnet/
  8. peridot/
  9. products/
  10. scripts/
  11. sdk/
  12. src/
  13. third_party/
  14. tools/
  15. zircon/
  16. .clang-format
  17. .clang-tidy
  18. .dir-locals.el
  19. .gitattributes
  20. .gitignore
  21. .gn
  22. AUTHORS
  23. BUILD.gn
  24. CODE_OF_CONDUCT.md
  25. CONTRIBUTING.md
  26. LICENSE
  27. OWNERS
  28. PATENTS
  29. README.md
  30. rustfmt.toml
README.md

Fuchsia

Pink + Purple == Fuchsia (a new operating system)

What is Fuchsia?

Fuchsia is a modular, capability-based operating system. Fuchsia runs on modern 64-bit Intel and ARM processors.

Fuchsia is an open source project with a code of conduct that we expect everyone who interacts with the project to respect.

How can I build and run Fuchsia?

See Getting Started.

Where can I learn more about Fuchsia?

See the documentation.