platform_bootable_recovery/updater
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
..
include/updater Replace minzip with libziparchive 2016-10-17 17:41:51 -07:00
Android.mk updater: Refactor set_stage() and get_stage() functions. 2016-11-18 12:04:48 -08:00
blockimg.cpp Cleanup ReadArgs & ReadValueArgs usage 2016-11-01 15:03:06 -07:00
install.cpp Remove ota_close(int) and ota_fclose(FILE*). 2016-11-28 12:09:39 -08:00
updater.cpp Replace minzip with libziparchive 2016-10-17 17:41:51 -07:00