HomeSort by relevance Sort by last modified time
    Searched refs:ScopedPipe (Results 1 - 8 of 8) sorted by null

  /external/libbrillo/brillo/
unittest_utils.h 14 class ScopedPipe {
19 ScopedPipe();
20 ~ScopedPipe();
unittest_utils.cc 17 const int ScopedPipe::kPipeSize = 4096;
19 ScopedPipe::ScopedPipe() {
29 ScopedPipe::~ScopedPipe() {
process_unittest.cc 341 ScopedPipe pipe;
350 ScopedPipe pipe;
  /system/core/libmemunreachable/
ScopedPipe.h 24 class ScopedPipe {
26 ScopedPipe() : pipefd_{-1, -1} {
32 ~ScopedPipe() {
36 ScopedPipe(ScopedPipe&& other) {
41 ScopedPipe& operator = (ScopedPipe&& other) {
LeakPipe.h 26 #include "ScopedPipe.h"
65 ScopedPipe pipe;
  /external/libbrillo/brillo/message_loops/
message_loop_unittest.cc 132 ScopedPipe pipe;
149 ScopedPipe pipe;
167 ScopedPipe pipe;
184 ScopedPipe pipe;
245 ScopedPipe pipe;
260 ScopedPipe pipe;
278 ScopedPipe pipes[kNumTasks];
324 ScopedPipe pipes[kNumTasks];
  /system/core/libmemunreachable/tests/
ThreadCapture_test.cpp 33 #include "ScopedPipe.h"
183 ScopedPipe start_pipe;
184 ScopedPipe stop_pipe;
286 ScopedPipe pipe;
289 static ScopedPipe* g_pipe;
  /system/update_engine/common/
subprocess_unittest.cc 173 brillo::ScopedPipe pipe;

Completed in 158 milliseconds