Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ScopedFd: Don't use TEMP_FAILURE_RETRY() with close() | Spencer Low | 2015-05-13 | 1 | -59/+0 |
| | | | | | | | | | | | | | | According to the comments in Posix_close(), TEMP_FAILURE_RETRY() should not be used with close(): https://android.googlesource.com/platform/libcore/+/462bdac45c10f43d88d8f07f6994e272a27c14a2%5E%21/#F12 Kill ScopedFd by simplifying the single caller. Bug: http://b/20501816 Change-Id: I248c40b8c2fc95f1938a6edfc245c81847fc44af Signed-off-by: Spencer Low <CompareAndSwap@gmail.com> (cherry picked from commit 0346ad7a4fb6e253317577ee8b9cc79d958f4349) | ||||
* | Load library using file handle. | Dmitriy Ivanov | 2014-07-02 | 1 | -0/+59 |
* This patch enables dlopen by file descriptor instead of path/name. Bug: 15984217 Change-Id: Ib39051e00567fb97070bf96d8ce63993877c0a01 |