platform_bootable_recovery/fuse_sideload
Bernie Innocenti 8bd6f455d2 Fix bogus error checking on unique_fd
The expression "!fd" calls the implicit conversion to int, but comparing
the raw fd against 0 does not work, since open() and other POSIX calls
returning a file descriptor use -1 to signal an error.

Test: m recovery
Change-Id: I0847c276f39cb9dd09c7ffb96951276113418fc8
2019-03-28 17:28:13 +09:00
..
include Remove the provider_vtab 2019-03-19 13:03:59 -07:00
Android.bp Create a FuseDataProvider base class 2019-03-19 11:11:58 -07:00
fuse_provider.cpp Create a FuseDataProvider base class 2019-03-19 11:11:58 -07:00
fuse_sideload.cpp Fix bogus error checking on unique_fd 2019-03-28 17:28:13 +09:00