platform_system_core/libappfuse
Nick Kralevich f47c91053f use epoll_create1(EPOLL_CLOEXEC)
epoll_create(0) leaks file descriptors. Use epoll_create1(EPOLL_CLOEXEC)
instead.

Bug: 120983106
Test: compiles and boots
Change-Id: I2a733d4482d6a74ceb3254e501cdb5f6de0cd5dc
2018-12-17 09:32:23 -08:00
..
include/libappfuse Stop using SO_SNDBUFFORCE 2018-03-15 14:22:27 +09:00
tests Skip FUSE request from /dev/fuse if unique=0 2017-06-20 00:25:28 +00:00
Android.bp bpfmt. 2018-02-16 17:58:14 -08:00
AndroidTest.xml Add test config to libappfuse_test 2017-03-31 17:11:50 -07:00
EpollController.cc Add new EpollController class. 2017-03-15 15:58:06 +09:00
FuseAppLoop.cc Change FuseAppLoop so that it can process messages asynchronously. 2017-03-29 00:13:58 +00:00
FuseBridgeLoop.cc use epoll_create1(EPOLL_CLOEXEC) 2018-12-17 09:32:23 -08:00
FuseBuffer.cc Stop using SO_SNDBUFFORCE 2018-03-15 14:22:27 +09:00
OWNERS Add OWNERS. 2017-12-07 13:30:03 -08:00