tree: 0c852c4349bcd36c91f14d5c4a3c5c8a06674f39 [path history] [tgz]
  1. dbus_bindings/
  2. init/
  3. seccomp/
  4. BUILD.gn
  5. daemon.cc
  6. daemon.h
  7. disk_usage.cc
  8. disk_usage.h
  9. disk_usage_proxy.cc
  10. disk_usage_proxy.h
  11. disk_usage_test.cc
  12. main.cc
  13. OWNERS
  14. 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.