Home
last modified time | relevance | path

Searched refs:os_pipe (Results 1 - 3 of 3) sorted by relevance

/third_party/rust/crates/io-lifetimes/src/
H A Dimpls_os_pipe.rs1 //! Implementations of io-lifetimes' traits for os_pipe's types. In the
17 impl AsFd for os_pipe::PipeReader {
25 impl AsHandle for os_pipe::PipeReader {
33 impl IntoFd for os_pipe::PipeReader {
41 impl From<os_pipe::PipeReader> for OwnedFd {
43 fn from(owned: os_pipe::PipeReader) -> Self { in from()
49 impl IntoHandle for os_pipe::PipeReader {
57 impl From<os_pipe::PipeReader> for OwnedHandle {
59 fn from(owned: os_pipe::PipeReader) -> Self { in from()
65 impl FromFd for os_pipe
[all...]
H A Dviews.rs228 #[cfg(feature = "os_pipe")]
229 unsafe impl FilelikeViewType for os_pipe::PipeWriter {}
231 #[cfg(feature = "os_pipe")]
232 unsafe impl FilelikeViewType for os_pipe::PipeReader {}
/third_party/python/Modules/clinic/
H A Dposixmodule.c.h5479 {"pipe", (PyCFunction)os_pipe, METH_NOARGS, os_pipe__doc__},
5485 os_pipe(PyObject *module, PyObject *Py_UNUSED(ignored)) in os_pipe() function

Completed in 17 milliseconds