platform_system_core/libappfuse
Daichi Hirono 30e6808895 Stops the loop when all files are closed.
The CL changes FuseBridgeLoop so that it exits when all files opened on
the AppFuse mount point are closed. Note that the client code will
unmount the FUSE mount point after the loop exits.

Bug: 32260320
Test: libappfuse_test
Change-Id: I4965fbb48de8a280c6306e70757a07376b1956a7
2016-11-17 09:10:53 +09:00
..
include/libappfuse Add static assert to check if FuseBuffer is standard layout union. 2016-11-15 10:18:37 +09:00
tests Stops the loop when all files are closed. 2016-11-17 09:10:53 +09:00
Android.bp Add FuseAppLoop to libappfuse. 2016-11-15 09:47:31 +09:00
FuseAppLoop.cc Add FuseAppLoop to libappfuse. 2016-11-15 09:47:31 +09:00
FuseBridgeLoop.cc Stops the loop when all files are closed. 2016-11-17 09:10:53 +09:00
FuseBuffer.cc Merge "Use FUSE_COMPAT_22_INIT_OUT_SIZE always if available." 2016-11-16 03:57:46 +00:00