Home
last modified time | relevance | path

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

/libcore/include/
DScopedFd.h25 class ScopedFd {
27 explicit ScopedFd(int fd) : fd(fd) { in ScopedFd() function
30 ~ScopedFd() { in ~ScopedFd()
42 ScopedFd(const ScopedFd&);
43 void operator=(const ScopedFd&);
/libcore/luni/src/main/native/
Dlibcore_icu_ICU.cpp712 ScopedFd fd(open(path.c_str(), O_RDONLY)); in register_libcore_icu_ICU()