platform_bootable_recovery/otafault
Tao Bao 358c2ec1dc Remove ota_close(int) and ota_fclose(FILE*).
We should always use unique_fd or unique_file to hold the FD or FILE*
pointer when opening via ota_(f)open functions.

This CL avoids accidentally closing raw FDs or FILE* pointers that are
managed by unique_fd/unique_file.

Test: recovery_component_test passes.
Change-Id: If58eb8b5c5da507563f85efd5d56276472a1c957
2016-11-28 12:09:39 -08:00
..
Android.mk Replace minzip with libziparchive 2016-10-17 17:41:51 -07:00
config.cpp Replace minzip with libziparchive 2016-10-17 17:41:51 -07:00
config.h Replace minzip with libziparchive 2016-10-17 17:41:51 -07:00
ota_io.cpp Remove ota_close(int) and ota_fclose(FILE*). 2016-11-28 12:09:39 -08:00
ota_io.h Remove ota_close(int) and ota_fclose(FILE*). 2016-11-28 12:09:39 -08:00
test.cpp Control fault injection with config files instead of build flags 2016-03-18 17:58:25 -07:00