HomeSort by relevance Sort by last modified time
    Searched full:pt_pipe (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/chromeos/process_proxy/
process_output_watcher_unittest.cc 104 int pt_pipe[2], stop_pipe[2]; local
105 ASSERT_FALSE(HANDLE_EINTR(pipe(pt_pipe)));
111 pt_pipe[0], stop_pipe[0], test_cases));
121 file_util::WriteFileDescriptor(pt_pipe[1], test_str.c_str(),
131 EXPECT_NE(-1, IGNORE_EINTR(close(pt_pipe[1])));

Completed in 60 milliseconds