Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/
Dmod.rs28 mod stdio; module
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/sys/unix/
Dchild.rs92 pub(crate) fn stdio<T: IntoRawFd>(io: T) -> io::Result<ChildStdio> { in stdio() function