Home
last modified time | relevance | path

Searched defs:ChildStdio (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/sys/unix/
H A Dchild.rs92 pub(crate) fn stdio<T: IntoRawFd>(io: T) -> io::Result<ChildStdio> { in stdio()
129 pub(crate) struct ChildStdio { struct
133 impl ChildStdio { impl
139 impl AsyncWrite for ChildStdio { implementation
169 impl AsyncRead for ChildStdio { implementation
179 impl AsRawFd for ChildStdio { implementation
185 impl AsFd for ChildStdio { implementation