platform_bootable_recovery/minui
Tao Bao b549243b27 Use O_CLOEXEC at a few places.
Found these FDs unintentionally propagated into forked processes (e.g.
updater) during my local debugging. Use O_CLOEXEC to avoid that.

Test: Dump open FDs in updater process.
Test: Sideload a package on taimen (which uses framebuffer).
Test: Run graphics test on taimen.
Change-Id: I1fb65dd4a103c47d28b15973def9e9359c251ca3
2019-03-01 14:24:41 -08:00
..
include minui: GRSurface::Create() computes data_size on its own. 2018-11-26 22:46:19 -08:00
Android.bp recovery uses more shared libraries. 2018-08-08 14:26:27 -07:00
events.cpp Use O_CLOEXEC at a few places. 2019-03-01 14:24:41 -08:00
graphics.cpp minui: Move GRSurface into a class. 2018-10-22 18:18:02 -07:00
graphics.h minui: Move graphics_{adf,drm,fbdev} into classes. 2017-02-10 17:05:15 -08:00
graphics_adf.cpp Use O_CLOEXEC at a few places. 2019-03-01 14:24:41 -08:00
graphics_adf.h minui: GRSurface::Create() computes data_size on its own. 2018-11-26 22:46:19 -08:00
graphics_drm.cpp Use O_CLOEXEC at a few places. 2019-03-01 14:24:41 -08:00
graphics_drm.h minui: GRSurface::Create() computes data_size on its own. 2018-11-26 22:46:19 -08:00
graphics_fbdev.cpp Use O_CLOEXEC at a few places. 2019-03-01 14:24:41 -08:00
graphics_fbdev.h minui: GRSurface::Create() computes data_size on its own. 2018-11-26 22:46:19 -08:00
resources.cpp minui: GRSurface::Create() computes data_size on its own. 2018-11-26 22:46:19 -08:00