tree: 97eee684b651f28bb59db951c69f198a520df2bc [path history] [tgz]
  1. init/
  2. .project_alias
  3. arc_obb_mounter.cc
  4. mount.cc
  5. mount.h
  6. mount_obb.cc
  7. obb-mounter.gyp
  8. org.chromium.ArcObbMounter.conf
  9. OWNERS
  10. README.md
  11. service.cc
  12. service.h
  13. util.cc
  14. util.h
  15. util_unittest.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.