Searched defs:Pipe (Results 1 – 8 of 8) sorted by relevance
35 class Pipe { class42 Pipe(int readFd, int writeFd) : m_readFd{readFd}, m_writeFd{writeFd} { in Pipe() function in Pipe46 Pipe(Pipe&& rval) noexcept { in Pipe() function in Pipe
34 class Pipe { class39 Pipe() { in Pipe() function in __anonbd9bf3d90111::Pipe
48 class Pipe { class51 Pipe(int readFd, int writeFd) in Pipe() function in Pipe58 Pipe(Pipe&& rval) noexcept { in Pipe() function in Pipe
66 Pipe::Pipe(Pipe&& rval) noexcept { in Pipe() function in Pipe
62 Pipe(int read_fd, int write_fd) : fd_read_{read_fd}, fd_write_{write_fd} {} in Pipe() function
95 void PatchUtils::Pipe(borrowed_fd input, borrowed_fd output, size_t amount) { in Pipe() function in PatchUtils
27 class Pipe { class32 Pipe() { in Pipe() function in android::Pipe
197 static bool Pipe(int* read_fd, int* write_fd) { in Pipe() function