Searched defs:CreatePipe (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/remoting/host/linux/
H A Daudio_pipe_reader_unittest.cc49 void CreatePipe() { function in class:remoting::AudioPipeReaderTest
91 ASSERT_NO_FATAL_FAILURE(CreatePipe());
95 ASSERT_NO_FATAL_FAILURE(CreatePipe());
109 ASSERT_NO_FATAL_FAILURE(CreatePipe());
/external/chromium_org/ipc/
H A Dipc_channel_nacl.cc130 if (!CreatePipe(channel_handle)) {
244 bool ChannelNacl::CreatePipe( function in class:IPC::ChannelNacl
H A Dipc_channel_win.cc73 CreatePipe(channel_handle, mode);
243 bool ChannelWin::CreatePipe(const IPC::ChannelHandle &channel_handle, function in class:IPC::ChannelWin
H A Dipc_channel_posix.cc198 if (!CreatePipe(channel_handle)) {
234 bool ChannelPosix::CreatePipe( function in class:IPC::ChannelPosix
/external/chromium_org/content/zygote/
H A Dzygote_linux.cc58 void CreatePipe(base::ScopedFD* read_pipe, base::ScopedFD* write_pipe) { function in namespace:content::__anon7918
375 CreatePipe(&read_pipe, &write_pipe);

Completed in 833 milliseconds