Searched defs:new_pipe (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ipc/
H A Dipc_channel_posix.cc628 int new_pipe = 0; local
629 if (!ServerAcceptConnection(server_listen_pipe_, &new_pipe) ||
630 new_pipe < 0) {
638 if (HANDLE_EINTR(shutdown(new_pipe, SHUT_RDWR)) < 0)
640 if (IGNORE_EINTR(close(new_pipe)) < 0)
645 pipe_ = new_pipe;
/external/chromium_org/chrome_frame/test/
H A Dchrome_frame_test_utils.cc587 base::win::ScopedHandle new_pipe; local
590 new_pipe.Set(::CreateFile(kCrashServicePipeName,
598 if (new_pipe.IsValid()) {

Completed in 76 milliseconds