tree: be19ef76e454d6d9470a1215b476280912ece9e0 [path history] [tgz]
  1. dbus_bindings/
  2. init/
  3. seccomp/
  4. BUILD.gn
  5. cli.cc
  6. daemon.cc
  7. daemon.h
  8. disk_usage.cc
  9. disk_usage.h
  10. disk_usage_proxy.cc
  11. disk_usage_proxy.h
  12. disk_usage_test.cc
  13. main.cc
  14. OWNERS
  15. README.md
spaced/README.md

Spaced: daemon for querying disk usage data

spaced surfaces disk usage information via a D-Bus interface. Currently, spaced supports the following interfaces:

  • Method GetTotalDiskSpace: Gets the total disk space available for usage on the device for a given path (including currently used space).
  • Method GetFreeDiskSpace: Gets the available free space for use on the device for a given path.