Searched refs:ScopedFd (Results 1 – 2 of 2) sorted by relevance
25 class ScopedFd {27 explicit ScopedFd(int fd) : fd(fd) { in ScopedFd() function30 ~ScopedFd() { in ~ScopedFd()42 ScopedFd(const ScopedFd&);43 void operator=(const ScopedFd&);
712 ScopedFd fd(open(path.c_str(), O_RDONLY)); in register_libcore_icu_ICU()