HomeSort by relevance Sort by last modified time
    Searched defs:CreatePipe (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/remoting/host/linux/
audio_pipe_reader_unittest.cc 49 void CreatePipe() {
91 ASSERT_NO_FATAL_FAILURE(CreatePipe());
95 ASSERT_NO_FATAL_FAILURE(CreatePipe());
109 ASSERT_NO_FATAL_FAILURE(CreatePipe());
  /external/chromium_org/ipc/
ipc_channel_nacl.cc 130 if (!CreatePipe(channel_handle)) {
244 bool ChannelNacl::CreatePipe(
ipc_channel_win.cc 73 CreatePipe(channel_handle, mode);
243 bool ChannelWin::CreatePipe(const IPC::ChannelHandle &channel_handle,
ipc_channel_posix.cc 198 if (!CreatePipe(channel_handle)) {
234 bool ChannelPosix::CreatePipe(
    [all...]
  /external/chromium_org/content/zygote/
zygote_linux.cc 58 void CreatePipe(base::ScopedFD* read_pipe, base::ScopedFD* write_pipe) {
375 CreatePipe(&read_pipe, &write_pipe);

Completed in 65 milliseconds