Searched defs:ScopedFd (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/private/
H A DScopedFd.h26 class ScopedFd { class
28 explicit ScopedFd(int fd) : fd(fd) { function in class:ScopedFd
31 ~ScopedFd() {
56 DISALLOW_COPY_AND_ASSIGN(ScopedFd);

Completed in 44 milliseconds