Home
last modified time | relevance | path

Searched refs:ScopedFd (Results 1 – 1 of 1) sorted by relevance

/libnativehelper/include/nativehelper/
DScopedFd.h26 class ScopedFd {
28 explicit ScopedFd(int fd) : fd_(fd) { in ScopedFd() function
31 ~ScopedFd() { in ~ScopedFd()
58 DISALLOW_COPY_AND_ASSIGN(ScopedFd);