HomeSort by relevance Sort by last modified time
    Searched refs:ScopedFd (Results 1 - 2 of 2) sorted by null

  /libcore/include/
ScopedFd.h 25 class ScopedFd {
27 explicit ScopedFd(int fd) : fd(fd) {
30 ~ScopedFd() {
42 ScopedFd(const ScopedFd&);
43 void operator=(const ScopedFd&);
  /libcore/luni/src/main/native/
libcore_icu_ICU.cpp 22 #include "ScopedFd.h"
770 ScopedFd fd(open(path.c_str(), O_RDONLY));
    [all...]

Completed in 22 milliseconds