tree: faab8c8b70f5628803d3118908de5ad84d2ee6e6 [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.h
  9. disk_usage_impl.cc
  10. disk_usage_impl.h
  11. disk_usage_proxy.cc
  12. disk_usage_proxy.h
  13. disk_usage_test.cc
  14. main.cc
  15. OWNERS
  16. 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.