Searched defs:FileCopyingOutputStream (Results 1 – 1 of 1) sorted by relevance
44 class FileCopyingOutputStream : public ::google::protobuf::io::CopyingOutputStream { class46 explicit FileCopyingOutputStream(android::base::unique_fd&& fd_in) : fd_(std::move(fd_in)) { in FileCopyingOutputStream() function in android::perfprofd::__anon97859bec0111::FileCopyingOutputStream