platform_system_core/base/include
Casey Dahlin 97b3e66d3e Introduce unique_fd
unique_fds are wrappers for integer file descriptors that automatically
close when they go out of scope. They are movable but not copyable and
generally mimic the semantics of std::unique_ptr

(cherry-pick from 918b9e8dc6)

Change-Id: I0657b848b6536d5ad9fc06686e240ea5c387b0ac
Test: Considerable exercise in new AIDL integration tests
Bug: None
Signed-off-by: Casey Dahlin <sadmac@google.com>
2016-02-25 17:02:17 -08:00
..
android-base base: add SystemErrorCodeToString() function. 2016-02-01 12:18:26 -08:00
base Introduce unique_fd 2016-02-25 17:02:17 -08:00