tree: 975b70c812575dba9a9deff89d1ae201735edbde [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. mount_obb_fuse_main.cc
  9. mount_obb_fuse_main.h
  10. mount_obb_fuzzer.cc
  11. org.chromium.ArcObbMounter.conf
  12. OWNERS
  13. README.md
  14. service.cc
  15. service.h
  16. util.cc
  17. util.h
  18. util_test.cc
  19. volume.cc
  20. 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.