Searched refs:write_fd (Results 1 – 2 of 2) sorted by relevance
211 stream_output(const int read_fd, const int write_fd) { in stream_output() argument213 int amt = splice(read_fd, NULL, write_fd, NULL, 4096, 0); in stream_output()
479 std::thread worker([write_fd = std::move(dumpPipe.writeFd()), service = std::move(service), in Execute()483 status_t err = service->dump(write_fd.get(), this->mArgs); in Execute()487 write_fd.reset(); in Execute()