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