Searched refs:ScopedPipe (Results 1 – 4 of 4) sorted by relevance
26 class ScopedPipe {28 ScopedPipe() : pipefd_{-1, -1} { in ScopedPipe() function34 ~ScopedPipe() { Close(); } in ~ScopedPipe()36 ScopedPipe(ScopedPipe&& other) noexcept { in ScopedPipe() function41 ScopedPipe& operator=(ScopedPipe&& other) noexcept {
65 ScopedPipe pipe; in OpenSender()
181 ScopedPipe start_pipe; in Fork()182 ScopedPipe stop_pipe; in Fork()285 ScopedPipe pipe; in TEST_F()288 static ScopedPipe* g_pipe; in TEST_F()
177 brillo::ScopedPipe pipe; in TEST_F()