Home
last modified time | relevance | path

Searched refs:ScopedPipe (Results 1 – 4 of 4) sorted by relevance

/system/core/libmemunreachable/
DScopedPipe.h24 class ScopedPipe {
26 ScopedPipe() : pipefd_{-1, -1} { in ScopedPipe() function
32 ~ScopedPipe() { in ~ScopedPipe()
36 ScopedPipe(ScopedPipe&& other) { in ScopedPipe() function
41 ScopedPipe& operator = (ScopedPipe&& other) {
DLeakPipe.h65 ScopedPipe pipe; in OpenSender()
/system/core/libmemunreachable/tests/
DThreadCapture_test.cpp183 ScopedPipe start_pipe; in Fork()
184 ScopedPipe stop_pipe; in Fork()
286 ScopedPipe pipe; in TEST_F()
289 static ScopedPipe* g_pipe; in TEST_F()
/system/update_engine/common/
Dsubprocess_unittest.cc173 brillo::ScopedPipe pipe; in TEST_F()