HomeSort by relevance Sort by last modified time
    Searched refs:ScopedPipe (Results 1 - 4 of 4) 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 89 ScopedPipe pipe;
384 ScopedPipe pipe;
393 ScopedPipe pipe;
  /external/libbrillo/brillo/message_loops/
message_loop_unittest.cc 138 ScopedPipe pipe;
155 ScopedPipe pipe;
173 ScopedPipe pipe;
190 ScopedPipe pipe;
250 ScopedPipe pipe;
265 ScopedPipe pipe;
283 ScopedPipe pipes[kNumTasks];
332 ScopedPipe pipes[kNumTasks];
337 [](MessageLoop* loop, ScopedPipe* pipes, int* reads,

Completed in 335 milliseconds