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