Home
last modified time | relevance | path

Searched defs:FileCopyingOutputStream (Results 1 – 1 of 1) sorted by relevance

/system/extras/perfprofd/
Dperfprofd_io.cc44 class FileCopyingOutputStream : public ::google::protobuf::io::CopyingOutputStream { class
46 explicit FileCopyingOutputStream(android::base::unique_fd&& fd_in) : fd_(std::move(fd_in)) { in FileCopyingOutputStream() function in android::perfprofd::__anon97859bec0111::FileCopyingOutputStream