Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/pty_process/
H A Dsys.rs113 impl From<PtyInner> for OwnedFd { implementation
189 impl From<PtsInner> for OwnedFd { implementation
H A Dpty.rs159 impl From<Pty> for OwnedFd { implementation
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/sys/unix/
H A Dchild.rs134 pub(crate) fn into_owned_fd(self) -> io::Result<OwnedFd> { in into_owned_fd()