platform_bootable_recovery/uncrypt
Elliott Hughes 63b089e3aa We can use fclose directly in std::unique_ptr.
It turns out the standard explicitly states that if the pointer is
null, the deleter function won't be called. So it doesn't matter that
fclose(3) doesn't accept null.

Change-Id: I10e6e0d62209ec03ac60e673edd46f32ba279a04
2015-11-12 21:07:55 -08:00
..
Android.mk move uncrypt from init.rc to uncrypt.rc 2015-09-03 16:32:54 -07:00
uncrypt.cpp We can use fclose directly in std::unique_ptr. 2015-11-12 21:07:55 -08:00
uncrypt.rc move uncrypt from init.rc to uncrypt.rc 2015-09-03 16:32:54 -07:00