Searched defs:Pipe (Results 1 – 7 of 7) 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 __anon70e5cf640111::Pipe
47 class Pipe { class50 Pipe(int readFd, int writeFd) in Pipe() function in Pipe57 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