tree: dcff057a5947426348a512ab7efc131f97c533f8 [path history] [tgz]
  1. init/
  2. .project_alias
  3. arc_obb_mounter.cc
  4. BUILD.gn
  5. mount.cc
  6. mount.h
  7. mount_obb.cc
  8. org.chromium.ArcObbMounter.conf
  9. OWNERS
  10. README.md
  11. service.cc
  12. service.h
  13. util.cc
  14. util.h
  15. util_test.cc
  16. volume.cc
  17. volume.h
arc/obb-mounter/README.md

ARC OBB mounter

arc-obb-mounter is a D-Bus service which provides two methods: MountObb and UnmountObb. When MountObb is called, arc-obb-mounter launches a new mount-obb process to mount the specified OBB file on the specified location. When UnmountObb is called, arc-obb-mounter unmounts the mounted file system from the specified location and kills the corresponding mount-obb process.