[fd] Change where to store the pickle file

Store the fd data in $FUCHSIA_DIR/out, not /tmp.
This effectively maintains fd data per Fuchsia workspace.

Test: Confirm by running fd
 - No more fd data files in /tmp, if /tmp did not have them.
 - New fd files in $FUCHSIA_DIR/out/ when it did not have them.
 - Create $FUCHSIA_DIR/out/ when that directory did not exist.
ENPRD-3 #done

Change-Id: Ibe3b96a9f0c4c3907ba5e45c06467eb6ce0f6881
1 file changed
tree: 6a977260e33898a9548fd46951c882fe3ebc5c15
  1. boards/
  2. build/
  3. buildtools/
  4. bundles/
  5. docs/
  6. examples/
  7. garnet/
  8. infra/
  9. peridot/
  10. products/
  11. scripts/
  12. sdk/
  13. src/
  14. third_party/
  15. tools/
  16. zircon/
  17. .clang-format
  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.