Home
last modified time | relevance | path

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

/system/memory/libmemunreachable/
DScopedPipe.h26 class ScopedPipe {
28 ScopedPipe() : pipefd_{-1, -1} { in ScopedPipe() function
34 ~ScopedPipe() { Close(); } in ~ScopedPipe()
36 ScopedPipe(ScopedPipe&& other) noexcept { in ScopedPipe() function
41 ScopedPipe& operator=(ScopedPipe&& other) noexcept {
DLeakPipe.h65 ScopedPipe pipe; in OpenSender()
/system/memory/libmemunreachable/tests/
DThreadCapture_test.cpp181 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()
/system/update_engine/common/
Dsubprocess_unittest.cc177 brillo::ScopedPipe pipe; in TEST_F()