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

12

/external/chromium_org/remoting/host/setup/
H A Dtest_util.cc18 return CreatePipe(read_handle, write_handle, NULL, 0) != FALSE;
/external/chromium_org/ipc/
H A Dipc_channel_nacl.h54 bool CreatePipe(const IPC::ChannelHandle& channel_handle);
H A Dipc_channel_posix.h75 bool CreatePipe(const IPC::ChannelHandle& channel_handle);
H A Dipc_channel_win.h48 bool CreatePipe(const IPC::ChannelHandle &channel_handle, Mode mode);
H A Dipc_channel_nacl.cc129 if (!CreatePipe(channel_handle)) {
229 bool Channel::ChannelImpl::CreatePipe( function in class:IPC::Channel::ChannelImpl
H A Dipc_channel_win.cc48 CreatePipe(channel_handle, mode);
203 bool Channel::ChannelImpl::CreatePipe(const IPC::ChannelHandle &channel_handle, function in class:IPC::Channel::ChannelImpl
H A Dipc_channel_posix.cc186 if (!CreatePipe(channel_handle)) {
222 bool Channel::ChannelImpl::CreatePipe( function in class:IPC::Channel::ChannelImpl
/external/chromium_org/sandbox/win/src/
H A Dnamed_pipe_policy_test.cc51 TEST(NamedPipePolicyTest, CreatePipe) {
63 // 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.cc99 if (!CreatePipe(&child_read, &child_write, NULL, 0)) {
/external/chromium_org/tools/gn/
H A Dfunction_exec_script.cc44 if (!CreatePipe(&out_read, &out_write, &sa_attr, 0)) {
54 if (!CreatePipe(&err_read, &err_write, &sa_attr, 0)) {
/external/chromium/net/test/
H A Dtest_server_win.cc155 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/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/chromium_org/base/process/
H A Dlaunch_win.cc220 if (!CreatePipe(&out_read, &out_write, &sa_attr, 0)) {
/external/chromium/base/
H A Dprocess_util_win.cc338 if (!CreatePipe(&out_read, &out_write, &sa_attr, 0)) {
/external/open-vcdiff/gtest/src/
H A Dgtest-death-test.cc616 ::CreatePipe(&read_handle, &write_handle, &handles_are_inheritable,
/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/testing/gtest/src/
H A Dgtest-death-test.cc664 ::CreatePipe(&read_handle, &write_handle, &handles_are_inheritable,
/external/chromium_org/testing/gtest/src/
H A Dgtest-death-test.cc702 ::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.cc664 ::CreatePipe(&read_handle, &write_handle, &handles_are_inheritable,
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-death-test.cc664 ::CreatePipe(&read_handle, &write_handle, &handles_are_inheritable,

Completed in 434 milliseconds

12