Searched refs:named_pipe (Results 1 – 11 of 11) sorted by relevance
/external/libchrome/mojo/core/test/ |
D | multiprocess_test_helper.cc | 220 NamedPlatformChannel::ServerName named_pipe( in ChildSetup() local 227 if (!named_pipe.empty()) { in ChildSetup() 229 mojo::NamedPlatformChannel::ConnectToServer(named_pipe)); in ChildSetup() 238 if (!named_pipe.empty()) { in ChildSetup() 240 NamedPlatformChannel::ConnectToServer(named_pipe)); in ChildSetup()
|
/external/rust/crates/tokio/src/process/ |
D | windows.rs | 181 let named_pipe = io.into_inner()?; in convert_to_stdio() localVariable 191 named_pipe.as_raw_handle(), in convert_to_stdio()
|
/external/rust/crates/mio/src/ |
D | lib.rs | 92 pub use crate::sys::named_pipe::NamedPipe;
|
/external/rust/crates/mio/src/sys/windows/ |
D | mod.rs | 36 pub(crate) mod named_pipe;
|
/external/python/cpython3/Modules/clinic/ |
D | _winapi.c.h | 834 _winapi_SetNamedPipeHandleState_impl(PyObject *module, HANDLE named_pipe, 843 HANDLE named_pipe; in _winapi_SetNamedPipeHandleState() local 849 &named_pipe, &mode, &max_collection_count, &collect_data_timeout)) { in _winapi_SetNamedPipeHandleState() 852 …return_value = _winapi_SetNamedPipeHandleState_impl(module, named_pipe, mode, max_collection_count… in _winapi_SetNamedPipeHandleState()
|
/external/llvm-project/lldb/tools/lldb-server/ |
D | LLGSOptions.td | 20 defm named_pipe: SJ<"named-pipe", "Write port lldb-server will listen on to the given named pipe.">,
|
/external/llvm-project/lldb/tools/debugserver/source/ |
D | debugserver.cpp | 714 const char *named_pipe = (const char *)baton; in PortWasBoundCallbackNamedPipe() local 715 if (named_pipe && named_pipe[0]) { in PortWasBoundCallbackNamedPipe() 716 int fd = ::open(named_pipe, O_WRONLY); in PortWasBoundCallbackNamedPipe()
|
/external/python/cpython3/Modules/ |
D | _winapi.c | 1577 _winapi_SetNamedPipeHandleState_impl(PyObject *module, HANDLE named_pipe, in _winapi_SetNamedPipeHandleState_impl() argument 1598 b = SetNamedPipeHandleState(named_pipe, pArgs[0], pArgs[1], pArgs[2]); in _winapi_SetNamedPipeHandleState_impl()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | android.config | 176 # named_pipe = Windows Named Pipe (default for Windows)
|
D | defconfig | 213 # named_pipe = Windows Named Pipe (default for Windows)
|
D | ChangeLog | 1548 Named Pipe (CONFIG_CTRL_IFACE=named_pipe); this is now the default
|