Searched refs:CreatePipe (Results 1 - 25 of 27) sorted by relevance

12

/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/remoting/host/setup/
H A Dtest_util.cc20 if (!CreatePipe(&read_handle, &write_handle, NULL, 0))
/external/chromium_org/ipc/
H A Dipc_channel_nacl.h56 bool CreatePipe(const IPC::ChannelHandle& channel_handle);
H A Dipc_channel_win.h53 bool CreatePipe(const IPC::ChannelHandle &channel_handle, Mode mode);
H A Dipc_channel_posix.h91 bool CreatePipe(const IPC::ChannelHandle& channel_handle);
H A Dipc_channel_nacl.cc130 if (!CreatePipe(channel_handle)) {
240 bool ChannelNacl::CreatePipe( function in class:IPC::ChannelNacl
H A Dipc_channel_win.cc48 CreatePipe(channel_handle, mode);
208 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/sandbox/win/src/
H A Dnamed_pipe_policy_test.cc63 TEST(NamedPipePolicyTest, CreatePipe) {
118 // The same test as CreatePipe but this time using strict interceptions.
/external/chromium_org/net/test/spawned_test_server/
H A Dlocal_test_server_win.cc154 if (!CreatePipe(&child_read, &child_write, NULL, 0)) {
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dsubprocess.cc82 if (!CreatePipe(&stdin_pipe_read, &stdin_pipe_write, NULL, 0)) {
83 GOOGLE_LOG(FATAL) << "CreatePipe: " << Win32ErrorMessage(GetLastError());
85 if (!CreatePipe(&stdout_pipe_read, &stdout_pipe_write, NULL, 0)) {
86 GOOGLE_LOG(FATAL) << "CreatePipe: " << Win32ErrorMessage(GetLastError());
/external/chromium_org/tools/gn/
H A Dfunction_exec_script.cc59 if (!CreatePipe(&out_read, &out_write, &sa_attr, 0)) {
69 if (!CreatePipe(&err_read, &err_write, &sa_attr, 0)) {
/external/protobuf/src/google/protobuf/compiler/
H A Dsubprocess.cc79 if (!CreatePipe(&stdin_pipe_read, &stdin_pipe_write, NULL, 0)) {
80 GOOGLE_LOG(FATAL) << "CreatePipe: " << Win32ErrorMessage(GetLastError());
82 if (!CreatePipe(&stdout_pipe_read, &stdout_pipe_write, NULL, 0)) {
83 GOOGLE_LOG(FATAL) << "CreatePipe: " << Win32ErrorMessage(GetLastError());
/external/deqp/framework/delibs/deutil/
H A DdeProcess.c659 if (!CreatePipe(&stdInRead, &stdInWrite, &securityAttr, 0) ||
662 deProcess_setErrorFromWin32(process, "CreatePipe() failed");
668 if (!CreatePipe(&stdOutRead, &stdOutWrite, &securityAttr, 0) ||
671 deProcess_setErrorFromWin32(process, "CreatePipe() failed");
679 if (!CreatePipe(&stdErrRead, &stdErrWrite, &securityAttr, 0) ||
682 deProcess_setErrorFromWin32(process, "CreatePipe() failed");
/external/chromium_org/content/zygote/
H A Dzygote_linux.cc58 void CreatePipe(base::ScopedFD* read_pipe, base::ScopedFD* write_pipe) { function in namespace:content::__anon7555
375 CreatePipe(&read_pipe, &write_pipe);
/external/chromium_org/base/process/
H A Dlaunch_win.cc306 if (!CreatePipe(&out_read, &out_write, &sa_attr, 0)) {
/external/protobuf/gtest/src/
H A Dgtest-death-test.cc616 ::CreatePipe(&read_handle, &write_handle, &handles_are_inheritable,
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Dndis_events.c123 if (!CreatePipe(&events->read_pipe, &events->write_pipe, NULL, 512)) {
124 wpa_printf(MSG_ERROR, "CreatePipe() failed: %d",
/external/wpa_supplicant_8/src/drivers/
H A Dndis_events.c123 if (!CreatePipe(&events->read_pipe, &events->write_pipe, NULL, 512)) {
124 wpa_printf(MSG_ERROR, "CreatePipe() failed: %d",
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Dndis_events.c123 if (!CreatePipe(&events->read_pipe, &events->write_pipe, NULL, 512)) {
124 wpa_printf(MSG_ERROR, "CreatePipe() failed: %d",
/external/chromium_org/testing/gtest/src/
H A Dgtest-death-test.cc704 ::CreatePipe(&read_handle, &write_handle, &handles_are_inheritable,
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest-death-test.cc664 ::CreatePipe(&read_handle, &write_handle, &handles_are_inheritable,
/external/gtest/src/
H A Dgtest-death-test.cc704 ::CreatePipe(&read_handle, &write_handle, &handles_are_inheritable,
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-death-test.cc666 ::CreatePipe(&read_handle, &write_handle, &handles_are_inheritable,
/external/mesa3d/src/gtest/src/
H A Dgtest-death-test.cc664 ::CreatePipe(&read_handle, &write_handle, &handles_are_inheritable,

Completed in 1912 milliseconds

12