Searched refs:mCopyAdapter (Results 1 – 1 of 1) sorted by relevance
67 explicit FileOutputStreamLite(int fd) : mCopyAdapter(fd), mImpl(&mCopyAdapter) {} in FileOutputStreamLite()70 int GetErrno() { return mCopyAdapter.mErrno; } in GetErrno()102 FileOutputStreamLite::FDAdapter mCopyAdapter; member in android::uirenderer::FileOutputStreamLite