Searched defs:FileOutputStreamLite (Results 1 – 1 of 1) sorted by relevance
65 class FileOutputStreamLite : public io::ZeroCopyOutputStream { class67 explicit FileOutputStreamLite(int fd) : mCopyAdapter(fd), mImpl(&mCopyAdapter) {} in FileOutputStreamLite() function in android::uirenderer::FileOutputStreamLite